Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
bsunnquist committed Nov 8, 2023
1 parent 744d801 commit 9bf381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/database/database_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ class : obj
NIRSpecEDBDailyStats, NIRSpecEDBBlockStats, NIRSpecEDBTimeIntervalStats,
NIRSpecEDBEveryChangeStats, FGSEDBDailyStats, FGSEDBBlockStats,
FGSEDBTimeIntervalStats, FGSEDBEveryChangeStats],
'claw': [NIRCamClawQueryHistory, NIRCamClawStats],}
'claw': [NIRCamClawQueryHistory, NIRCamClawStats], }

if __name__ == '__main__':
base.metadata.create_all(engine)

0 comments on commit 9bf381b

Please sign in to comment.