Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit 3f0edc0

Browse files
committed
Merge branch 'dev' into cache
2 parents 84c75b5 + 1b7c92a commit 3f0edc0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/animate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,3 @@ def __hash__(self):
235235

236236
def __eq__(self):
237237
return isinstance(self, type(other)) and self.__key() == other.__key()
238-

src/view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import tkinter as tk
22
from typing import TypeVar
33
from enum import Enum
4-
from dataclasses import dataclass
54

65
from . import widget
76
from .animate import Coord, Animater, Direction

0 commit comments

Comments
 (0)