Skip to content

Commit

Permalink
Remove now-unused AppConfigurationError exception
Browse files Browse the repository at this point in the history
  • Loading branch information
cu committed Apr 12, 2024
1 parent deb4756 commit 86d04ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions silicon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
from flask import Flask


class AppConfigurationError(Exception):
pass


def create_app(test_config=None):
"""
Create the application object, sprinkle in some configuration,
Expand Down

0 comments on commit 86d04ca

Please sign in to comment.