Skip to content

Commit

Permalink
bugfix 5fb41a0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jul 11, 2018
1 parent 1966aac commit d232b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphtools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

try:
import anndata
except ImportError, SyntaxError:
except (ImportError, SyntaxError):
# anndata not installed
pass

Expand Down

0 comments on commit d232b77

Please sign in to comment.