Skip to content

Commit

Permalink
shebang needs to be at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 12, 2023
1 parent 3f3eb2b commit a1e6a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/burgers/burgers_diff.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# ========================================================================================
# (C) (or copyright) 2023. Triad National Security, LLC. All rights reserved.
#
Expand All @@ -11,7 +12,6 @@
# the public, perform publicly and display publicly, and to permit others to do so.
# ========================================================================================

#!/usr/bin/env python
import numpy as np
from argparse import ArgumentParser

Expand Down

0 comments on commit a1e6a35

Please sign in to comment.