Skip to content

Commit

Permalink
chore: Removed redundant sub-routines in seed/stars.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
michealroberts committed Aug 29, 2022
1 parent ccddfb5 commit 9d3ff76
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/seed/stars.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,3 @@ def seed_stars(db: Session, logger: Logger) -> None:
# Read the stars incrementally into the db:

logger.info("Populated Initial API w/{} Stars".format(count))


def seed_galaxies(db: Session, logger: Logger) -> None:
pass


def seed_nebulae(db: Session, logger: Logger) -> None:
pass

0 comments on commit 9d3ff76

Please sign in to comment.