Linting fixes
This commit is contained in:
parent
8b20975cb9
commit
37f92b6cce
2 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
import logging
|
||||
import traceback
|
||||
from contextlib import contextmanager
|
||||
from labthings.extensions import BaseExtension
|
||||
from typing import List, Type
|
||||
|
||||
from labthings.extensions import BaseExtension
|
||||
|
||||
LABTHINGS_EXTENSIONS: List[Type[BaseExtension]] = []
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue