dcallagh / waiverdb

Forked from waiverdb 7 years ago
Clone

8a932f5 fix pylint complaint about ConnectionError

Authored and Committed by Dan Callaghan 6 years ago
    fix pylint complaint about ConnectionError
    
    In Python 3 ConnectionError is a builtin, so pylint doesn't like us
    importing it from requests anymore.
    
        W: 17, 0: Redefining built-in 'ConnectionError' (redefined-builtin)
    
        
file modified
+3 -3