Skip to content

Commit bda5faa

Browse files
committed
ruff
1 parent afadc14 commit bda5faa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TPTBox/core/poi_fun/poi_global.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ def zoom(self):
6868
@property
6969
def origin(self):
7070
return (0, 0, 0)
71-
71+
7272
@property
7373
def orientation(self):
7474
if self.itk_coords:
75-
return ("L","A","S")
76-
return ("R","P","S")
75+
return ("L", "A", "S")
76+
return ("R", "P", "S")
7777

7878
@property
7979
def is_global(self) -> bool:

0 commit comments

Comments
 (0)