uranusjr commented on code in PR #72930:
URL: https://github.com/apache/airflow/pull/72930#discussion_r4043508285
##########
airflow-core/src/airflow/dag_processing/bundles/base.py:
##########
@@ -313,7 +316,7 @@ def __init__(
self.version = version
self.version_data = version_data
self.refresh_interval = refresh_interval
- self.is_initialized: bool = False
+ self.is_initialized = False
Review Comment:
Nit, this line can probably be removed entirely since the default is already
set at the class level.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]