Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Mayerowitz committed Feb 3, 2021
1 parent ef128a2 commit 0d336df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground_plums/dataflow/io/tile/tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def __init__(self, filename, ptype=RGB, dtype=np.dtype('u1'), **properties):
self.filename = filename
self.totype(ptype=ptype, dtype=dtype)

@property # noqa: F811
def ptype(self):
@property
def ptype(self): # noqa: F811
"""|ptype|: The image pixel-type.
In a similar fashion as data-type, the pixel-type encodes the way a particular pixel vector can be interpreted
Expand Down

0 comments on commit 0d336df

Please sign in to comment.