Skip to content

Commit

Permalink
iio.py : make some minor tweaks to fix syntax/linting errs
Browse files Browse the repository at this point in the history
More to go, but this is a good start
tested with examples, and worked on Pluto

Signed-off-by: Robin Getz <[email protected]>
  • Loading branch information
rgetz committed May 11, 2020
1 parent df494cd commit a0b6944
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 84 deletions.
1 change: 1 addition & 0 deletions .prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pep8:
run: true
disable: [
E501, # Line-length, already controlled by pylint
E302, # expected 2 blank lines, found 1, controlled by black
]

pep257:
Expand Down
Loading

0 comments on commit a0b6944

Please sign in to comment.