Skip to content

Commit

Permalink
Merge pull request #3807 from frenzymadness/shebang
Browse files Browse the repository at this point in the history
Remove shebang lines from test_* files
  • Loading branch information
martinRenou committed Jul 31, 2023
2 parents 81d25fa + 0fa54b4 commit 0db5089
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

# Copyright (c) Vidar Tonaas Fauske.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

# Copyright (c) Jupyter Development Team.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

# Copyright (c) Vidar Tonaas Fauske.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

# Copyright (c) Vidar Tonaas Fauske.
Expand Down

0 comments on commit 0db5089

Please sign in to comment.