Skip to content

Commit 005ce93

Browse files
Remove implicit object from the base class (#50)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
1 parent bd220c8 commit 005ce93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_shell2http/base_entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
logger = get_logger()
1414

1515

16-
class Shell2HTTP(object):
16+
class Shell2HTTP:
1717
"""
1818
Flask-Shell2HTTP base entrypoint class.
1919
The only public API available to users.

0 commit comments

Comments
 (0)