Pr0Ger/PyAPNs2

View on GitHub
apns2/credentials.py

Summary

Maintainability
A
1 hr
Test Coverage

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, auth_key_path: str, auth_key_id: str, team_id: str,
Severity: Minor
Found in apns2/credentials.py - About 35 mins to fix

    Function create_connection has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def create_connection(self, server: str, port: int, proto: Optional[str], proxy_host: Optional[str] = None,
    Severity: Minor
    Found in apns2/credentials.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status