Skip to content

Commit

Permalink
Remove extraneous character from shebang line of setup.py
Browse files Browse the repository at this point in the history
setup.py
- Removed leading \ character, that is not needed.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Oct 26, 2022
1 parent 7b8dec2 commit 3c86705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\#!/usr/bin/env python
#!/usr/bin/env python

import os
import warnings
Expand Down

0 comments on commit 3c86705

Please sign in to comment.