8000 use lowercase for file names (#620) · LeetCode-Interview/algorithms@3e2cccb · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e2cccb

Browse files
authored
use lowercase for file names (keon#620)
* use lowercase filename * Rename DFA.py to dfa.py
1 parent 8261cba commit 3e2cccb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

algorithms/automata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .DFA import *
1+
from .dfa import *
File renamed without changes.

0 commit comments

Comments
 (0)
0