Fix linting issue

This commit is contained in:
Stuckinaboot 2019-02-28 19:13:26 -05:00 committed by stuckinaboot
parent 3e64520506
commit 670076035c

View File

@ -1,4 +1,3 @@
import asyncio
from abc import ABC, abstractmethod
class INotifee(ABC):