Skip to content

Commit

Permalink
Quickfix outside module import errors
Browse files Browse the repository at this point in the history
Not sure how this worked earlier, but these are breaking the build.
  • Loading branch information
sfc-gh-afedorov committed Nov 2, 2018
1 parent b73e3a4 commit 9414369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helpers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives import serialization

from .. import config
import config


def load_pkb(p8_private_key: bytes, encrypted_password: Optional[bytes]) -> bytes:
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import snowflake.connector

from .. import config
import config
from . import log
from .auth import load_pkb

Expand Down

0 comments on commit 9414369

Please sign in to comment.