Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jun 25, 2018
1 parent 284af4d commit 0808fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtuf/__init__.py
Expand Up @@ -248,7 +248,7 @@ class DTufMaster(_DTufCommon):
Docker registry using
`The Update Framework <https://github.com/theupdateframework/tuf>`_ (TUF).
"""
# pylint: disable=too-many-arguments
# pylint: disable=too-many-arguments,too-many-locals
def __init__(self, host, repo, repos_root=None,
auth=None, insecure=False, auth_host=None,
root_lifetime=None, targets_lifetime=None,
Expand Down

0 comments on commit 0808fbe

Please sign in to comment.