Skip to content

Commit

Permalink
Isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Jun 2, 2020
1 parent ff2f81a commit ddb9c3d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
import warnings
from contextlib import closing, contextmanager

from dagster import check, resource

from .configs import define_snowflake_config

try:
import snowflake.connector
except ImportError:
Expand All @@ -15,9 +19,7 @@
warnings.warn(msg)
raise

from dagster import check, resource

from .configs import define_snowflake_config


class SnowflakeConnection(object):
Expand Down

0 comments on commit ddb9c3d

Please sign in to comment.