Skip to content

Commit

Permalink
adds erroneously excluded warnings module
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-esch committed Dec 3, 2018
1 parent f9dba66 commit 75d63e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cartoframes/batch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Batch SQL API functionality for longer running operations"""
from warnings import warn

from carto.sql import BatchSQLClient

class BatchJobStatus(object):
Expand Down

0 comments on commit 75d63e5

Please sign in to comment.