Skip to content

Commit

Permalink
Merge pull request #61 from zevlee/refactor
Browse files Browse the repository at this point in the history
refactor: Edit spacing
  • Loading branch information
zevlee committed Jan 22, 2024
2 parents 0b22484 + feaf562 commit daefd8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions footprintotp.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env python3

from sys import argv
from footprintotp.main import main


if __name__ == "__main__":
main(argv)
2 changes: 0 additions & 2 deletions footprintotp/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

from gi import require_versions
require_versions({"Gdk": "4.0"})
from gi.repository import Gdk
Expand Down

0 comments on commit daefd8b

Please sign in to comment.