Skip to content

Commit

Permalink
chore: Add new lines to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
Drikus Roor committed Apr 12, 2023
1 parent 29d6ecd commit d780988
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ log.txt
# Coverage reports
.coverage
coverage.xml
htmlcov/
htmlcov/
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from scripts.main import main
from scripts.main import main
2 changes: 1 addition & 1 deletion tests/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import os

sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), '../scripts')))
os.path.join(os.path.dirname(__file__), '../scripts')))

0 comments on commit d780988

Please sign in to comment.