Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jc-harrison committed Dec 15, 2021
1 parent 21a3268 commit cfc55e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowmachine/flowmachine/core/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def column_names(self):
ModuleNotFoundError,
AttributeError,
pickle.UnpicklingError,
IndexError
IndexError,
) as exc:
logger.debug("Can't unpickle, creating stub.", query_id=query_id, exception=exc)
qry = f"SELECT depends_on FROM cache.dependencies WHERE query_id='{query_id}'"
Expand Down

0 comments on commit cfc55e5

Please sign in to comment.