Skip to content

Commit

Permalink
update shebang
Browse files Browse the repository at this point in the history
Signed-off-by: eliyahu77 <[email protected]>
  • Loading branch information
eliyahu77 committed Aug 24, 2022
1 parent c29344e commit 56c9564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relayer/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2022 Iguazio
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
#!/usr/bin/env python

import os
import re
Expand Down
2 changes: 1 addition & 1 deletion relayer/relayer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2022 Iguazio
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
#!/usr/bin/env python

import os
import sys
Expand Down

0 comments on commit 56c9564

Please sign in to comment.