Skip to content

Commit

Permalink
Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Way committed Nov 14, 2024
1 parent eaf2039 commit 45c6f14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/target_selection/sdss_id/append_to_sdss_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import peewee
from peewee import JOIN, fn

from sdssdb.peewee.sdss5db.catalogdb import Catalog, database
from sdssdb.peewee.sdss5db.targetdb import Target

Expand All @@ -21,6 +22,7 @@
create_unique_from_region,
)


database.connect(dbname="sdss5db", user="sdss_user")


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
import yaml
from peewee import JOIN, fn
from playhouse.postgres_ext import ArrayField

from sdssdb.peewee.sdss5db.catalogdb import Catalog, database
from sdssdb.peewee.sdss5db.targetdb import Target

import target_selection


database.connect(dbname='sdss5db', user="sdss_user") # Use 'sdss' to get read/write permissions


Expand Down

0 comments on commit 45c6f14

Please sign in to comment.