Skip to content

Commit d247fe9

Browse files
authored
style: 💄 lint
1 parent 548accd commit d247fe9

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
import sys
2-
import os
3-
print(os.path.abspath(__file__ + "/../../../src/"))
4-
sys.path.append(os.path.abspath(__file__ + "/../../../src/"))
5-
os.chdir(os.path.abspath(os.path.join(os.path.dirname(__file__), "../..")))
6-
7-
import types
8-
import importlib
9-
import traceback
10-
import pytest
11-
121
def test_launch():
13-
pass
2+
pass

0 commit comments

Comments
 (0)