Skip to content

Commit

Permalink
thank you mr. pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
joleroi committed May 11, 2017
1 parent 61329d1 commit 857dfa2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion regions/io/ds9/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def to_region(self):

class Shape(object):
"""Helper class to represent a DS9
This serves as intermediate step in the parsing process.
Parameters
Expand Down
2 changes: 1 addition & 1 deletion regions/io/ds9/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class DS9RegionParser(object):
region_type : str
Region type
global_meta : dict
Global meta data
Global meta data
line : str
Line to parse
"""
Expand Down
1 change: 0 additions & 1 deletion regions/io/ds9/tests/test_ds9_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def test_ds9_string_to_objects():
"""Simple test case for ds9_string_to_objects
"""
ds9_str = '# Region file format: DS9 astropy/regions\nfk5\ncircle(42.0000,43.0000,3.0000)\n'

parser = DS9Parser(ds9_str)
parser.run()
regions = parser.shapes.to_region()
Expand Down

0 comments on commit 857dfa2

Please sign in to comment.