Skip to content

Commit

Permalink
fix indent bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYoblick committed Jul 26, 2024
1 parent bcab469 commit 1245e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/debugpy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
else:
# Do not use dirname() to walk up - this can be a relative path, e.g. ".".
sys.path[0] = sys.path[0] + "/../"
import debugpy # noqa


import debugpy # noqa
del sys.path[0]

from debugpy.server import cli
Expand Down

0 comments on commit 1245e8e

Please sign in to comment.