lint
This commit is contained in:
parent
ac5a0e3f64
commit
20afaea506
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from abc import ABC, abstractmethod
|
||||
from abc import ABC
|
||||
from abc import abstractmethod
|
||||
from typing import Dict
|
||||
from typing import Generic
|
||||
from typing import List
|
||||
|
|
|
|||
Loading…
Reference in a new issue