Skip to content

Commit 134888c

Browse files
committed
fix type hint
1 parent 2c86d0d commit 134888c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/radius_clustering/radius_clustering.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
This module serves as the main interface for the Radius clustering library.
99
"""
1010

11+
from __future__ import annotations
12+
1113
import os
1214
import warnings
1315

0 commit comments

Comments
 (0)