Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
fix more linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Feb 10, 2023
1 parent 56688cc commit 681822d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ctt/process_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import jsonschema
import logging
import os
import pprint
import typing
import threading

Expand Down Expand Up @@ -298,7 +297,7 @@ def process_upload_request(
upload_mode_images=product.v2.UploadMode.SKIP,
replication_mode=oci.ReplicationMode.PREFER_MULTIARCH,
platform_filter: typing.Callable[[om.OciPlatform], bool] = None,
oci_client: oci.client.Client=None,
oci_client: oci.client.Client = None,
) -> str:
global uploaded_image_refs_to_digests
global uploaded_image_refs_to_ready_events
Expand Down

0 comments on commit 681822d

Please sign in to comment.