Skip to content

Commit e41885a

Browse files
committed
chore: remove unused import
1 parent d524493 commit e41885a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/codegen/internal_lib.py.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ from typing import Any
88
from .errors import handle_igraph_error_t
99
from .types import (
1010
FILE,
11-
FilePtr,
1211
igraph_attribute_combination_t,
1312
igraph_attribute_table_t,
1413
igraph_bool_t,

src/igraph_ctypes/_internal/lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from .errors import handle_igraph_error_t
99
from .types import (
1010
FILE,
11-
FilePtr,
1211
igraph_attribute_combination_t,
1312
igraph_attribute_table_t,
1413
igraph_bool_t,

0 commit comments

Comments
 (0)