Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
Rommmmm committed Apr 2, 2024
1 parent 19da455 commit 7f41a0f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions artifactory_cleanup/artifactorycleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class CleanupSummary:

class ArtifactoryCleanup:
def __init__(
self,
session: Session,
policies: List[CleanupPolicy],
destroy: bool,
today: date,
ignore_not_found: bool,
worker_count: int,
self,
session: Session,
policies: List[CleanupPolicy],
destroy: bool,
today: date,
ignore_not_found: bool,
worker_count: int,
):
self.session = session
self.policies = policies
Expand Down

0 comments on commit 7f41a0f

Please sign in to comment.