Skip to content

Commit 804031d

Browse files
jobselkopulpbot
authored andcommitted
Resolve ruff check warnings
1 parent 95a60ae commit 804031d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pulp_ostree/app/tasks/importing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from pulp_ostree.app.tasks.utils import copy_to_local_storage, get_checksum_filepath
3030

3131
gi.require_version("OSTree", "1.0")
32-
from gi.repository import Gio, GLib, OSTree # noqa: E402: module level not at top of file
32+
from gi.repository import Gio, GLib, OSTree # noqa: E402
3333

3434

3535
def import_all_refs_and_commits(artifact_pk, repository_pk, repository_name):

pulp_ostree/app/tasks/stages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from pulp_ostree.app.tasks.utils import compute_hash, get_checksum_filepath
2323

2424
gi.require_version("OSTree", "1.0")
25-
from gi.repository import GLib, OSTree # noqa: E402: module level not at top of file
25+
from gi.repository import GLib, OSTree # noqa: E402
2626

2727

2828
class DeclarativeContentCreatorMixin:

pulp_ostree/app/tasks/synchronizing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from pulp_ostree.app.tasks.utils import bytes_to_checksum, get_checksum_filepath
3535

3636
gi.require_version("OSTree", "1.0")
37-
from gi.repository import Gio, GLib, OSTree # noqa: E402: module level not at top of file
37+
from gi.repository import Gio, GLib, OSTree # noqa: E402
3838

3939
log = logging.getLogger(__name__)
4040

0 commit comments

Comments
 (0)