mstuttgart/pycep-correios

View on GitHub
brazilcep/viacep.py

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

    if response.status_code == 200:
        # Transforma o objeto requests em um dict
        address = json.loads(response.text)

        if address.get("erro"):
Severity: Major
Found in brazilcep/viacep.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status