Skip to content

Commit

Permalink
fix(RetroPath2): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Nov 15, 2021
1 parent 986bb60 commit 5104839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retropath2_wrapper/RetroPath2.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from colored import fg, bg, attr
from logging import StreamHandler
from csv import reader
from Args import (
from .Args import (
DEFAULT_TIMEOUT
)

Expand Down

0 comments on commit 5104839

Please sign in to comment.