Skip to content

Commit

Permalink
remove unused typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
akamhy committed Jan 31, 2022
1 parent ff4b472 commit 416e45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagedominantcolor/dominantcolor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from PIL import Image
from collections import Counter
from typing import Tuple, Union, List
from typing import Tuple, List


class DominantColor:
Expand Down

0 comments on commit 416e45b

Please sign in to comment.