Skip to content

Commit 4b39c17

Browse files
authored
partial blacken for test commit
--trying to force push @ljwolf 's code to GHA
1 parent f6da1e5 commit 4b39c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libpysal/weights/tests/test_adjlist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
except ImportError:
1616
PANDAS_MISSING = True
1717

18-
@ut.skipIf(PANDAS_MISSING, 'Pandas is gone')
18+
@ut.skipIf(PANDAS_MISSING, "Pandas is gone")
1919
class Test_Adjlist(ut.TestCase):
2020
def setUp(self):
21-
self.knownW = io.open(examples.get_path('columbus.gal')).read()
21+
self.knownW = io.open(examples.get_path("columbus.gal")).read()
2222

2323
def test_round_trip(self):
2424
adjlist = self.knownW.to_adjlist(remove_symmetric=False).astype(int)

0 commit comments

Comments
 (0)