From 471097c32828de3caaa51067315dd923e0f6d1b5 Mon Sep 17 00:00:00 2001 From: tmayer868 Date: Wed, 26 Jun 2019 23:12:57 -0600 Subject: [PATCH] Update __init__.py --- chess/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess/__init__.py b/chess/__init__.py index ed9f2f81f..468bbdfd0 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -35,7 +35,7 @@ import itertools import typing -from typing import ClassVar, Callable, Dict, Generic, Hashable, Iterable, Iterator, List, Mapping, MutableSet, Optional, SupportsInt, Tuple, Type, TypeVar, Union +from typing import Callable, Dict, Generic, Hashable, Iterable, Iterator, List, Mapping, MutableSet, Optional, SupportsInt, Tuple, Type, TypeVar, Union Color = bool