Skip to content

Commit

Permalink
Cleanup sys import.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-perretta committed Nov 21, 2024
1 parent 067dc15 commit 7011837
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autograder/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
]

if settings.IS_DEV_SERVER:
import sys
print(sys.argv, flush=True)
urlpatterns += [
url(r'^static/(?P<path>.*)$', views.serve),
]
Expand Down

0 comments on commit 7011837

Please sign in to comment.