Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 15, 2022
1 parent 9cf337e commit 06818da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions oras/cli/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
__copyright__ = "Copyright The ORAS Authors."
__license__ = "Apache-2.0"

from oras.logger import logger
import os

import oras.client
import oras.utils
import os
from oras.logger import logger


def load_manifest_annotations(annotation_file, annotations):
Expand Down
2 changes: 1 addition & 1 deletion oras/oci.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

import jsonschema

from oras.logger import logger
import oras.defaults
import oras.schemas
import oras.utils
from oras.logger import logger

EmptyManifest = {
"schemaVersion": 2,
Expand Down
3 changes: 2 additions & 1 deletion oras/tests/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import sys

import pytest
import oras.provider

import oras.client
import oras.provider
import oras.utils

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 06818da

Please sign in to comment.