Skip to content

Commit 6403ed6

Browse files
Mike ProsserMike Prosser
authored andcommitted
fix mypy
1 parent 18f6bda commit 6403ed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nipanel/_panel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from __future__ import annotations
22

3-
from abc import ABC
4-
53
import sys
4+
from abc import ABC
65
from types import TracebackType
76
from typing import TYPE_CHECKING
87

0 commit comments

Comments
 (0)