We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f6bda commit 6403ed6Copy full SHA for 6403ed6
src/nipanel/_panel.py
@@ -1,8 +1,7 @@
1
from __future__ import annotations
2
3
-from abc import ABC
4
-
5
import sys
+from abc import ABC
6
from types import TracebackType
7
from typing import TYPE_CHECKING
8
0 commit comments