Skip to content

Commit d85a443

Browse files
committed
🚨 Fix deepsource issue (FLK-D200)
1 parent 6afd53d commit d85a443

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pystreamapi/_streams/__base_stream.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,7 @@ def __map_to_str(self):
252252
self._map(str)
253253

254254
def numeric(self) -> NumericBaseStream:
255-
"""
256-
Returns a numeric stream. If the stream is already numeric, it is returned.
257-
"""
255+
"""Returns a numeric stream. If the stream is already numeric, it is returned."""
258256
return self._to_numeric_stream()
259257

260258
@_operation

0 commit comments

Comments
 (0)