Skip to content

Commit bbedfad

Browse files
authored
Import logging module in timeseries_ids.py
Added logging import for enhanced debugging.
1 parent 9ce825a commit bbedfad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cwmscli/load/timeseries/timeseries_ids.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from typing import Optional
33

44
import click
5+
import logging
56
import pandas as pd
67

78
from cwmscli.utils import init_cwms_session

0 commit comments

Comments
 (0)