Skip to content

Commit 1814e70

Browse files
committed
removed unwanted comma
1 parent 29d1562 commit 1814e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyART/catalogs/rwz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self,
2525
super().__init__()
2626
self.path = path
2727
self.ellmax = ellmax
28-
self.cut_u = cut_u,
28+
self.cut_u = cut_u
2929
self._kind = "RWZ"
3030
self.domain = "Time"
3131
self.par_rel_path = par_rel_path

0 commit comments

Comments
 (0)