Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Dec 20, 2018
1 parent 0d7a230 commit 60dacd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pep8speaks.yml
@@ -1,3 +1,4 @@
pycodestyle:
max-line-length: 100

exclude:
- docs
1 change: 1 addition & 0 deletions allel/stats/misc.py
Expand Up @@ -247,6 +247,7 @@ def tabulate_state_transitions(x, states, pos=None):
import pandas
return pandas.DataFrame.from_dict(OrderedDict(items))


def tabulate_state_blocks(x, states, pos=None):
"""Construct a dataframe where each row provides information about continuous state blocks.
Expand Down

0 comments on commit 60dacd2

Please sign in to comment.