Skip to content

Commit 70e7151

Browse files
committed
Removes some extra whitespace
1 parent fb3f2ff commit 70e7151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

structure_threader/sanity_checks/sanity.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ def file_checker(path, msg=None, is_file=True):
206206
"can).".format(path))
207207
raise SystemExit(1)
208208

209-
210-
211209
else:
212210
if os.path.isdir(path):
213211
if not msg:

0 commit comments

Comments
 (0)