Skip to content

Commit

Permalink
Fix Blueprint inheritence
Browse files Browse the repository at this point in the history
  • Loading branch information
YKo20010 committed Jul 30, 2020
1 parent 75b93a7 commit 73592bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask/blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def add_url_rule(self, rule, endpoint=None, view_func=None, **options):
)


class Blueprint(_PackageBoundObject):
class Blueprint(Skeleton):
"""Represents a blueprint, a collection of routes and other
app-related functions that can be registered on a real application
later.
Expand Down

0 comments on commit 73592bd

Please sign in to comment.