Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
smurawski authored May 17, 2022
1 parent bb6f220 commit 03d4b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pycomposefile/service/service_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class Logging(ComposeElement):
element_keys = {
"driver": (str, "https://github.com/compose-spec/compose-spec/blob/master/spec.md#logging"),
"options": (Options, "https://github.com/compose-spec/compose-spec/blob/master/spec.md#logging")
}
}
1 change: 0 additions & 1 deletion src/pycomposefile/service/service_ports.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ def __str__(self) -> str:

class Ports(ComposeStringOrListElement):
transform = Port

0 comments on commit 03d4b83

Please sign in to comment.