Skip to content

Commit

Permalink
import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 26, 2020
1 parent d78904c commit 3744aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/collect_env_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import torch
import tqdm

sys.path.append(os.path.abspath('..'))
sys.path += [os.path.abspath('..'), os.path.abspath('.')]
import pytorch_lightning # noqa: E402

LEVEL_OFFSET = '\t'
Expand Down

0 comments on commit 3744aca

Please sign in to comment.