Skip to content

Commit

Permalink
#550 Pdd issue about context module improving
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Sep 6, 2018
1 parent 415a344 commit befd7f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shopelectro/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ def __or__(self, other: 'ObjectsComposition'):
other.super = self
return other


# @todo #550:120m Move context realization to pure to objects composition.
# Discussed some thoughts with Artemiy via call.
# Artemiy will do it.
# For example SortedCategory should
# consist of separated SortedList and Category classes/objects.
class AbstractContext(ObjectsComposition, ABC):

super: 'AbstractContext' = None
Expand Down

0 comments on commit befd7f9

Please sign in to comment.