Skip to content

Commit

Permalink
Fixes OwenYou#9
Browse files Browse the repository at this point in the history
Remove unfinished timerange code
  • Loading branch information
WheheoHu committed Oct 19, 2024
1 parent 7b4c8bc commit faf33b9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 319 deletions.
1 change: 0 additions & 1 deletion dftt_timecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
__version__ = '0.0.13'

from dftt_timecode.core.dftt_timecode import DfttTimecode
from dftt_timecode.core.dftt_timerange import DfttTimeRange
218 changes: 0 additions & 218 deletions dftt_timecode/core/dftt_timerange.py

This file was deleted.

12 changes: 0 additions & 12 deletions dftt_timecode/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,4 @@ class DFTTTimecodeTypeError(DFTTError):
class DFTTTimecodeOperatorError(DFTTError):
pass

class DFTTTimeRangeMethodError(DFTTError):
pass

class DFTTTimeRangeValueError(DFTTError):
pass

class DFTTTimeRangeTypeError(DFTTError):
pass

class DFTTTimeRangeFPSError(DFTTError):
pass


88 changes: 0 additions & 88 deletions test/test_dftt_timerange.py

This file was deleted.

0 comments on commit faf33b9

Please sign in to comment.