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
Yes, that is why it is currently recommended to use a tool that can detect unused imports and remove them e.g. autoflake.
Actually, the issue is about not moving to the function level, if it is not possible such as when using the dag constructor as this has to be parsed always.
Example:
is refactored to:
(datetime import is duplicated)
The text was updated successfully, but these errors were encountered: