chore: Add new lines to end of files

This commit is contained in:
Drikus Roor
2023-04-12 16:02:18 +02:00
parent 29d6ecd4d3
commit d780988554
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -18,4 +18,4 @@ log.txt
# Coverage reports
.coverage
coverage.xml
htmlcov/
htmlcov/

View File

@@ -1 +1 @@
from scripts.main import main
from scripts.main import main

View File

@@ -2,4 +2,4 @@ import sys
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')))