Skip to content

Commit

Permalink
Fixing formatting frfr
Browse files Browse the repository at this point in the history
:x
  • Loading branch information
kschmader committed Jul 19, 2024
1 parent 2e8831d commit ab2ea2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alogamous/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from src.alogamous import analyzer, echo_analyzer, error_counter_analyzer, line_count_analyzer, warning_analyzer
from src.alogamous import directory_reader, analyzer, echo_analyzer, error_counter_analyzer, line_count_analyzer, warning_analyzer

with open("../../data/test_output_file.txt", "a") as output_file:
reader = directory_reader.DirectoryReader("../../data")
Expand Down

0 comments on commit ab2ea2a

Please sign in to comment.