Skip to content

Commit c477c9b

Browse files
PEP 8
1 parent 738d011 commit c477c9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

code_counting/__main__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
import logging
44
import os
55

6+
from code_counting.lang_controller import LanguagesController
7+
from code_counting.util import explore_folder
8+
69
# Yea, I don't know either. If I don't do it, python starts informing me that lang_controller is not a module
710
CURRENT_PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
811

912
sys.path.append(CURRENT_PATH)
1013

11-
from code_counting.lang_controller import LanguagesController
12-
from code_counting.util import explore_folder
13-
1414
logging.getLogger().setLevel(logging.INFO)
1515

1616

0 commit comments

Comments
 (0)