You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These imports are used to break circular imports in a very convoluted
set of circular dependencies. To do that some types need to be specified
as strings and use `typing.TYPE_CHECKING` to conditionally add imports,
and it seems like flake8 doesn't detect those strings as types being
used.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments