Fix linting issue

This commit is contained in:
Stuckinaboot 2019-02-28 19:13:26 -05:00
parent 0d2aa3f5b1
commit a1c0165484

View File

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