Skip to content

Commit

Permalink
FIXUP: remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Jun 7, 2023
1 parent 91dc585 commit b45bf78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dangerzone/conversion/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
from abc import abstractmethod
from typing import Callable, Dict, List, Optional, Tuple, Union

import magic

TIMEOUT_PER_PAGE: float = 30 # (seconds)
TIMEOUT_PER_MB: float = 30 # (seconds)
TIMEOUT_MIN: float = 60 # (seconds)
Expand Down

0 comments on commit b45bf78

Please sign in to comment.