Skip to content

Commit 2c19934

Browse files
author
Andy Babic
committed
Allow register_context_modifier decorator to be imported directly from pattern_library
1 parent 288088b commit 2c19934

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pattern_library/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from .context_modifiers import register_context_modifier # NOQA
2+
13
default_app_config = 'pattern_library.apps.PatternLibraryAppConfig'
24

35
DEFAULT_SETTINGS = {

0 commit comments

Comments
 (0)