Skip to content

Commit

Permalink
chore: Remove unnecessary shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Apr 24, 2024
1 parent cb3c78e commit ee138a7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""
Setup file for the ``shell-logger`` package.
Expand Down
1 change: 0 additions & 1 deletion shell_logger/abstract_method.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Provides the :class:`AbstractMethod` exception."""

# © 2024 National Technology & Engineering Solutions of Sandia, LLC
Expand Down
1 change: 0 additions & 1 deletion shell_logger/html_utilities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Various utilities for building the HTML log file."""

# © 2024 National Technology & Engineering Solutions of Sandia, LLC
Expand Down
1 change: 0 additions & 1 deletion shell_logger/shell.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Provides the :class:`Shell` class."""

# © 2024 National Technology & Engineering Solutions of Sandia, LLC
Expand Down
1 change: 0 additions & 1 deletion shell_logger/shell_logger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Provides the :class:`ShellLogger` class, along with some helpers."""

# © 2024 National Technology & Engineering Solutions of Sandia, LLC
Expand Down
1 change: 0 additions & 1 deletion shell_logger/stats_collector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Provides the various means of collecting machine statistics."""

# © 2024 National Technology & Engineering Solutions of Sandia, LLC
Expand Down
1 change: 0 additions & 1 deletion shell_logger/trace.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Provides the means of collecting various trace data."""

# © 2024 National Technology & Engineering Solutions of Sandia, LLC
Expand Down

0 comments on commit ee138a7

Please sign in to comment.