Skip to content

Commit

Permalink
fixup! Turn Pydantic into an optional dependency (#37320)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Feb 13, 2024
1 parent 5e3eba5 commit 3beda40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/providers_manager.py
Expand Up @@ -1260,7 +1260,6 @@ def _cleanup(self):
self._field_behaviours.clear()
self._extra_link_class_name_set.clear()
self._logging_class_name_set.clear()
self._auth_manager_class_name_set.clear()
self._secrets_backend_class_name_set.clear()
self._executor_class_name_set.clear()
self._provider_configs.clear()
Expand Down

0 comments on commit 3beda40

Please sign in to comment.