Skip to content

Commit

Permalink
Remove unnecessary class MyTime
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Dec 15, 2019
1 parent 5e15fd1 commit 6f2603e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/lib/test_constructor.py
Expand Up @@ -237,9 +237,6 @@ def tzname(self, dt):
def dst(self, dt):
return datetime.timedelta(0)

class MyTime(yaml.YAMLObject):
pass

today = datetime.date.today()

def _load_code(expression):
Expand Down
3 changes: 0 additions & 3 deletions tests/lib3/test_constructor.py
Expand Up @@ -223,9 +223,6 @@ def tzname(self, dt):
def dst(self, dt):
return datetime.timedelta(0)

class MyTime(yaml.YAMLObject):
pass

today = datetime.date.today()

def _load_code(expression):
Expand Down

0 comments on commit 6f2603e

Please sign in to comment.