graphite-project / carbon

Re-definition found for builtin function PYL-W0622
Anti-pattern
Major
1 occurrence in this check
Redefining built-in 'FileNotFoundError'
 35try:
 36    FileNotFoundError
 37except NameError:
 38    FileNotFoundError = IOError 39
 40SCHEMAS = loadStorageSchemas()
 41AGGREGATION_SCHEMAS = loadAggregationSchemas()