Skip to content

Commit

Permalink
Import os in executor_loader (apache#44927)
Browse files Browse the repository at this point in the history
That import was removed in apache#44839, but apache#44710 wasn't up-to-date with main so
static checks there didn't fail. This simply adds it back.
  • Loading branch information
jedcunningham authored Dec 14, 2024
1 parent d28caa7 commit 23f59fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/executors/executor_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from __future__ import annotations

import logging
import os
from typing import TYPE_CHECKING

from airflow.exceptions import AirflowConfigException, UnknownExecutorException
Expand Down

0 comments on commit 23f59fe

Please sign in to comment.