tsio/get: remove unneeded f-string there
1 files changed, 1 insertions(+), 1 deletions(-) M tshistory/tsio.py
M tshistory/tsio.py +1 -1
@@ 181,7 181,7 @@ class timeseries: if revision_date: csetfilter.append( lambda q: q.where( - f'insertion_date <= %(idate)s', idate=revision_date + 'insertion_date <= %(idate)s', idate=revision_date ) )