Skip to content

Commit fb9c6af

Browse files
author
BabyEntchen
committed
Made class Str subclass from str
1 parent 96caf9d commit fb9c6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

string_py/string_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async def aio_slow(self, args: str, speed: float = 0.1, force: bool = False, err
8989
await aio_sleep(speed)
9090

9191

92-
class Str:
92+
class Str(str):
9393
"""Functions to work with strings
9494
9595
Parameters

0 commit comments

Comments
 (0)