0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

refactor: isort import formatting

This commit is contained in:
2024-03-25 13:21:38 +01:00
parent d846266332
commit 62f0b15193
49 changed files with 171 additions and 193 deletions

View File

@ -1,7 +1,8 @@
import pytest
import threading
import pytest
from bec_lib.bec_service import BECService
from bec_widgets.utils import bec_dispatcher as bec_dispatcher_module