Skip to content

Commit 5b43eff

Browse files
authored
Merge 7b34a0d into 334716d
2 parents 334716d + 7b34a0d commit 5b43eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpysal/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import pandas
1515

1616
try:
17-
from patsy import PatsyError
17+
from patsy import PatsyError ## Should patsy be a hard dependency?
1818
except ImportError:
1919
PatsyError = Exception
2020

0 commit comments

Comments
 (0)