Skip to content

Commit

Permalink
skip coverage for code handling pybigquery hanging around
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfulton committed Jul 22, 2021
1 parent 86b5c63 commit bbe4d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_bigquery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import pybigquery
except ImportError:
pass
else:
else: # pragma: NO COVER
if not hasattr(pybigquery, '__version__'):
import warnings
warnings.warn(
Expand Down

0 comments on commit bbe4d79

Please sign in to comment.