Skip to content

Commit ee0d9c3

Browse files
committed
remove unused variable
1 parent fb38706 commit ee0d9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osa/scripts/gain_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def check_R0G_files(date: datetime, run_id: int):
436436
for file in r0g_files:
437437
n_events = 10
438438
try:
439-
source = LSTEventSource(
439+
LSTEventSource(
440440
input_url=file,
441441
max_events=n_events,
442442
apply_drs4_corrections=False,

0 commit comments

Comments
 (0)