Skip to content

Commit

Permalink
remove all code for timetange
Browse files Browse the repository at this point in the history
  • Loading branch information
WheheoHu committed Oct 19, 2024
1 parent 0f34f6f commit 68ac2b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 102 deletions.
3 changes: 1 addition & 2 deletions dftt_timecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
__author__ = 'You Ziyuan'
__version__ = '0.0.13'

from dftt_timecode.core.dftt_timecode import DfttTimecode
from dftt_timecode.core.dftt_timerange import DfttTimeRange
from dftt_timecode.core.dftt_timecode import DfttTimecode
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 68ac2b8

Please sign in to comment.