Browse Source

refactoring

Daniel Gatis 2 years ago
parent
commit
106d96b280
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rembg/commands/s_command.py

+ 1 - 1
rembg/commands/s_command.py

@@ -173,7 +173,7 @@ def s_command(port: int, log_level: str, threads: int) -> None:
             )
 
     def im_without_bg(content: bytes, commons: CommonQueryParams) -> Response:
-        kwargs = dict()
+        kwargs = {}
 
         if commons.extras:
             try: