Skip to content

Commit

Permalink
make OBSPLAN_FIELDS explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Feb 26, 2024
1 parent 9476f0a commit 3a08bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/local-postgress.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
LC_ALL="C" /opt/homebrew/opt/postgresql@15/bin/postgres -D /opt/homebrew/var/postgresql@15

2 changes: 1 addition & 1 deletion src/obsloctap/db.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Helper for the efd -so it may be mocked in test."""

__all__ = ["DbHelp", "DbHelpProvider"]
__all__ = ["DbHelp", "DbHelpProvider", "OBSPLAN_FIELDS"]

import logging
import os
Expand Down

0 comments on commit 3a08bad

Please sign in to comment.