Skip to content

Commit

Permalink
Remove shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Jan 15, 2025
1 parent f3e1c3f commit a461d9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arcface_converter/src/preparing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

import configparser
from os import makedirs
from os.path import isfile
Expand Down
2 changes: 0 additions & 2 deletions arcface_converter/src/training.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

import configparser
from typing import Any, Tuple

Expand Down

0 comments on commit a461d9c

Please sign in to comment.