소스 검색

refactoring

Daniel Gatis 2 년 전
부모
커밋
106d96b280
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: