Skip to content

Commit

Permalink
update SetMaterializationApp name to MaterializationManager
Browse files Browse the repository at this point in the history
  • Loading branch information
spapa013 committed Aug 23, 2022
1 parent c8f534f commit c1b9ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .apps import SetMaterializationApp
from .apps import MaterializationManager
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ..schemas import \
minnie65_materialization as m65mat

class SetMaterializationApp(wra.App):
class MaterializationManager(wra.App):
store_config = [
'value',
'options'
Expand Down

0 comments on commit c1b9ca4

Please sign in to comment.