🎨 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
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]):
pass
else:
from typing import GenericMeta # type: ignore

View File

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