Skip to content

Commit 924ca24

Browse files
committed
flake8/linter fixes
1 parent 6421119 commit 924ca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workbench/core/artifacts/data_capture_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def get_captured_data(self, from_date: str = None, add_timestamp: bool = True) -
234234

235235
# Check if any files remain after filtering
236236
if not files:
237-
self.log.info(f"No files to process after date filtering.")
237+
self.log.info("No files to process after date filtering.")
238238
return pd.DataFrame(), pd.DataFrame()
239239

240240
# Sort files by name (assumed to include timestamp)

0 commit comments

Comments
 (0)