Skip to content

Commit

Permalink
Removed getkeys.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes authored and wolfy committed Mar 14, 2022
1 parent 123b677 commit 2e73b5d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion arm/ripper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env python3
from arm.ripper import logger, utils, makemkv, handbrake, identify, getkeys # noqa F401
from arm.ripper import logger, utils, makemkv, handbrake, identify
36 changes: 0 additions & 36 deletions arm/ripper/getkeys.py

This file was deleted.

1 change: 0 additions & 1 deletion arm/ripper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from arm.ripper import logger, utils, makemkv, handbrake, identify # noqa: E402
from arm.config.config import cfg # noqa: E402

from arm.ripper.getkeys import grabkeys # noqa: E402
from arm.models.models import Job, Config # noqa: E402
from arm.ui import app, db # noqa E402

Expand Down

0 comments on commit 2e73b5d

Please sign in to comment.