Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickSeo committed Dec 19, 2024
1 parent 08d1fa7 commit 89854a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagfactory/dagbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from copy import deepcopy
from datetime import datetime, timedelta
from functools import partial
from typing import Any, Callable, Dict, List, Union, Optional
from typing import Any, Callable, Dict, List, Optional, Union

from airflow import DAG, configuration
from airflow.models import BaseOperator, Variable
Expand Down

0 comments on commit 89854a8

Please sign in to comment.