Skip to content

Commit 43d794d

Browse files
committed
Tab removal
1 parent 3ee1f75 commit 43d794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwms/timeseries/timeseries_txt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def retrieve_std_txt_json(self, text_id: str, office_id: str) -> JSON:
316316
return queryCDA(self, end_point, params, headers)
317317

318318
def delete_std_txt(
319-
self, text_id: str, delete_method: DeleteMethod, office_id: str
319+
self, text_id: str, delete_method: DeleteMethod, office_id: str
320320
) -> None:
321321
"""
322322
Deletes standard text for the given ID and office ID.

0 commit comments

Comments
 (0)