Skip to content

Commit

Permalink
Add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 committed Oct 7, 2021
1 parent ff680b8 commit 938d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wireviz/wireviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import yaml

if __name__ == '__main__':
sys.path.insert(0, str(Path(__file__).parent.parent))
sys.path.insert(0, str(Path(__file__).parent.parent)) # add src/wireviz to PATH

from wireviz import __version__
from wireviz.DataClasses import Metadata, Options, Tweak
Expand Down

0 comments on commit 938d76c

Please sign in to comment.