🎨 Format expression.py and expression template, currently needed by CI (#187)

This commit is contained in:
Sebastián Ramírez 2021-12-13 11:40:40 +01:00 committed by GitHub
parent a36c6d5778
commit 362eb81701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ if sys.version_info.minor >= 7:
class SelectOfScalar(_Select, Generic[_TSelect]): class SelectOfScalar(_Select, Generic[_TSelect]):
pass pass
else: else:
from typing import GenericMeta # type: ignore from typing import GenericMeta # type: ignore

View File

@ -36,7 +36,6 @@ if sys.version_info.minor >= 7:
class SelectOfScalar(_Select, Generic[_TSelect]): class SelectOfScalar(_Select, Generic[_TSelect]):
pass pass
else: else:
from typing import GenericMeta # type: ignore from typing import GenericMeta # type: ignore