Skip to content

Commit 20e4543

Browse files
authored
remove irrelevant __main__ stub of local provider (#2026)
1 parent 5838a92 commit 20e4543

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

parsl/providers/local/local.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,3 @@ def label(self):
280280
@property
281281
def status_polling_interval(self):
282282
return 5
283-
284-
285-
if __name__ == "__main__":
286-
287-
print("Nothing here")

0 commit comments

Comments
 (0)