Don't test baseoutput abstract method.
This commit is contained in:
parent
2d1553e2d9
commit
5d0c6aaf03
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ from pricehist.sources.basesource import BaseSource
|
|||
class BaseOutput(ABC):
|
||||
@abstractmethod
|
||||
def format(self, series: Series, source: BaseSource, fmt: Format) -> str:
|
||||
pass
|
||||
pass # pragma: nocover
|
||||
|
|
Loading…
Add table
Reference in a new issue