Skip to content

Commit

Permalink
added enter
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan0201 committed Oct 4, 2023
1 parent b02f96d commit b89f444
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Binary file removed src/__pycache__/ashcount.cpython-311.pyc
Binary file not shown.
Binary file removed src/module/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added src/module/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed src/module/__pycache__/ashcount.cpython-311.pyc
Binary file not shown.
Binary file added src/module/__pycache__/ashcount.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/test_ashcount.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

sys.path.append(path)

from ashcount import counter , py_counter
from module.ashcount import counter , py_counter

def tset_counter1():
assert counter.line_counter(path="text_test.txt") == 4
Expand Down

0 comments on commit b89f444

Please sign in to comment.