Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-46747 refactor pqserver per SQR-072 #65

Merged
merged 23 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extra definition of
bbrondel committed Jan 23, 2025
commit a040b0b07799656102f8cf82f2f72e7fa72dbbf2
1 change: 0 additions & 1 deletion python/lsst/consdb/dependencies.py
Original file line number Diff line number Diff line change
@@ -85,7 +85,6 @@ def get_instrument_table(instrument: str, engine: Engine = Depends(get_engine)):

instrument = instrument.lower()
logger = logging.getLogger()
engine = get_engine()

# Check whether the instrument name is valid
if instrument_list is None: