Skip to content

Commit 5433fcf

Browse files
committed
Fix import
1 parent 762cc90 commit 5433fcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

singlestoredb/docstring/numpydoc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
import itertools
77
import re
88
import typing as T
9+
from abc import abstractmethod
910
from textwrap import dedent
1011

11-
from sklearn.naive_bayes import abstractmethod
12-
1312
from .common import Docstring
1413
from .common import DocstringDeprecated
1514
from .common import DocstringExample

0 commit comments

Comments
 (0)