Skip to content

Commit

Permalink
Merge pull request #821 from serokell/krendelhoff/chore-fix-packages-…
Browse files Browse the repository at this point in the history
…import

[Chore] Remove unused imports
  • Loading branch information
krendelhoff2 authored Sep 24, 2024
2 parents 457d522 + 3221c48 commit 118fb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docker/package/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2020 TQ Tezos <https://tqtezos.com/>
#
# SPDX-License-Identifier: LicenseRef-MIT-TQ

from .systemd import print_service_file
from .packages import packages
3 changes: 2 additions & 1 deletion gen_systemd_service_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
# Note: if you modify this file, check if its usage in docs/systemd.md
# needs to be updated too.

from docker.package import *
from docker.package.packages import packages
from docker.package.systemd import print_service_file
import sys

if len(sys.argv) > 1:
Expand Down

0 comments on commit 118fb4b

Please sign in to comment.