BridgesUNCC / bridges-python

Python client library for Bridges
http://bridgesuncc.github.io
MIT License
3 stars 4 forks source link

Update graph_adj_list.py to avoid unnecessary conditional #60

Closed acbart closed 4 years ago

acbart commented 4 years ago

The default value for that parameter is None, so checking to see if its None to avoid passing it in is unnecessary. Didn't see any tests to run, though?

AlecGoncharow commented 4 years ago

Thanks, looks good! Our tests live in a different repo, https://github.com/BridgesUNCC/bridges-client-testing