Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
SNeugber committed Mar 28, 2024
1 parent 3b8fe4c commit 386edd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions scompose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""

from .version import __version__
3 changes: 0 additions & 3 deletions scompose/project/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ def down(self, names=None, timeout=None):
def create(
self, names=None, writable_tmpfs=True, bridge="10.22.0.0/16", no_resolv=False
):

"""
Call the create function, which defaults to the command instance.create()
"""
Expand All @@ -466,7 +465,6 @@ def up(
bridge="10.22.0.0/16",
no_resolv=False,
):

"""
Call the up function, instance.up().
Expand All @@ -488,7 +486,6 @@ def _create(
bridge="10.22.0.0/16",
no_resolv=False,
):

"""
Create one or more instances.
Expand Down

0 comments on commit 386edd9

Please sign in to comment.