Skip to content

Commit

Permalink
use event types in main even before the logger is set up. (#4219)
Browse files Browse the repository at this point in the history
automatic commit by git-black, original commits:
  f95e9ef
  • Loading branch information
Nathaniel May authored and iknox-fa committed Feb 8, 2022
1 parent 30744dd commit f69650f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/dbt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
import dbt.version
from dbt.events.functions import fire_event, setup_event_logger
from dbt.events.types import (
MainEncounteredError, MainKeyboardInterrupt, MainReportVersion, MainReportArgs,
MainTrackingUserState, MainStackTrace
MainEncounteredError,
MainKeyboardInterrupt,
MainReportVersion,
MainReportArgs,
MainTrackingUserState,
MainStackTrace,
)
import dbt.flags as flags
import dbt.task.build as build_task
Expand Down

0 comments on commit f69650f

Please sign in to comment.