Skip to content

Commit

Permalink
fix module error
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftondavies committed Apr 18, 2023
1 parent b1be44e commit 0f0fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code_analyza/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

from linter.checks import analyse
from .linter.checks import analyse

args = sys.argv
base_path = args[1]
Expand Down

0 comments on commit 0f0fd9b

Please sign in to comment.