Skip to content

Commit

Permalink
modify Changed the wrong interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
lll-lll-lll-lll committed Aug 31, 2022
1 parent ea34630 commit 5848c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sent_pattern/core/interface/Ipattern.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from abc import ABCMeta, abstractclassmethod, abstractmethod
from .Ielements import SubjectInterface, VerbInterface, AdjectiveInterface, ObjectInterface, ElementsFactoryInterface
from .Ielements import SubjectInterface, VerbInterface, AdjectiveInterface, ObjectInterface, ElementsInterface


class BaseSentencePatternInterface(metaclass=ABCMeta):
Expand Down Expand Up @@ -134,7 +134,7 @@ def abbreviation(self) -> str:


class PatternFactoryInterface(metaclass=ABCMeta):
elements: ElementsFactoryInterface
elements: ElementsInterface

@property
@abstractclassmethod
Expand Down

0 comments on commit 5848c3b

Please sign in to comment.