xeroc/python-graphenelib

View on GitHub
graphenecommon/aio/price.py

Summary

Maintainability
C
7 hrs
Test Coverage

Consider simplifying this complex logical expression.
Open

        if len(args) == 1 and isinstance(args[0], str) and not base and not quote:
            import re

            price, assets = args[0].split(" ")
            base_symbol, quote_symbol = assets_from_string(assets)
Severity: Critical
Found in graphenecommon/aio/price.py - About 7 hrs to fix

    There are no issues that match your filters.

    Category
    Status