Skip to content

Commit

Permalink
Remove some more detritus
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Jan 7, 2025
1 parent af5bbf0 commit 62179d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def create_app(for_testing=False):
app_obj.register_blueprint(user_activity.UserActivityModule(db))
app_obj.register_blueprint(tags.TagsModule(db))
app_obj.register_blueprint(public_adventures.PublicAdventuresModule(db))
app_obj.register_blueprint(public_adventures.PublicAdventuresModule2(db))
app_obj.register_blueprint(surveys.SurveysModule(db))
app_obj.register_blueprint(feedback.FeedbackModule(db))

Expand Down

0 comments on commit 62179d7

Please sign in to comment.