You only imported ABCMeta
from abc import ABCMeta
Also import abstractmethod
from abc import ABCMeta, abstractmethod
and everything should be fine.
You only imported ABCMeta
from abc import ABCMeta
Also import abstractmethod
from abc import ABCMeta, abstractmethod
and everything should be fine.