Skip to content

Commit 4434374

Browse files
committed
Linter fixes
1 parent badeb63 commit 4434374

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

examples/darts/advanced/example_setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import os
2-
import sys
32

43

54
file_path = os.path.dirname(os.path.realpath(__file__))
6-
#lib_path2 = os.path.abspath(os.path.join(file_path, '..', '..', '..', 'common'))
7-
#sys.path.append(lib_path2)
8-
95

106
import candle
117

examples/darts/uno/example_setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import os
2-
import sys
3-
42

53
file_path = os.path.dirname(os.path.realpath(__file__))
6-
#lib_path2 = os.path.abspath(os.path.join(file_path, '..', '..', '..', 'common'))
7-
#sys.path.append(lib_path2)
8-
94

105
import candle
116

0 commit comments

Comments
 (0)