Skip to content

Commit

Permalink
Merge pull request #300 from jGaboardi/code_black
Browse files Browse the repository at this point in the history
blackifying code (#293)
  • Loading branch information
jGaboardi authored Aug 4, 2019
2 parents 6b0e551 + 03651af commit c4657ba
Show file tree
Hide file tree
Showing 7 changed files with 1,067 additions and 1,075 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SPAtial GrapHs: nETworks, Topology, & Inference

**Misc.**

![Github search hit counter](https://img.shields.io/github/search/pysal/spaghetti/goto.svg) ![Github code size in bytes](https://img.shields.io/github/languages/code-size/pysal/spaghetti.svg) ![Github repo size in bytes](https://img.shields.io/github/repo-size/pysal/spaghetti.svg)
![Github search hit counter](https://img.shields.io/github/search/pysal/spaghetti/goto.svg) ![Github code size in bytes](https://img.shields.io/github/languages/code-size/pysal/spaghetti.svg) ![Github repo size in bytes](https://img.shields.io/github/repo-size/pysal/spaghetti.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion spaghetti/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""
from .network import Network, PointPattern, SimulatedPointPattern
from .network import element_as_gdf
from .network import element_as_gdf
Loading

0 comments on commit c4657ba

Please sign in to comment.