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

Commit 8c7e5c5

Browse files
committed
Pipelines
1 parent 5f5c2d9 commit 8c7e5c5

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)