Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jul 1, 2024
1 parent 8bdaea7 commit 0cd4295
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hubploy/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
import tempfile
import boto3

from hubploy.config import get_config
from contextlib import contextmanager

from hubploy.config import get_config
from ruamel.yaml import YAML
from ruamel.yaml.scanner import ScannerError
yaml = YAML(typ="rt")

yaml = YAML(typ="rt")

@contextmanager
def registry_auth(deployment, push, check_registry):
Expand Down

0 comments on commit 0cd4295

Please sign in to comment.