Skip to content

Commit 092150b

Browse files
committed
fix pre-commit issues
1 parent 944a178 commit 092150b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

data_validation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ def read_all_streams(uid, beamline_acronym):
2929

3030
@task
3131
def test_print():
32-
logger2.warning(f"logging testtesttest")
32+
logger2.warning("logging testtesttest")
3333

3434

3535
@flow
3636
def data_validation(uid):
3737
test_print()
38-
cl = from_profile("nsls2")
39-
root_client = cl["tst"]["raw"][uid]
4038
read_all_streams(uid, beamline_acronym="tst")

0 commit comments

Comments
 (0)