소스 검색

Sort the imports

oobabooga 2 년 전
부모
커밋
827ae51f72
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      api-example-stream.py

+ 5 - 3
api-example-stream.py

@@ -5,11 +5,13 @@ https://github.com/oobabooga/text-generation-webui/pull/175
 
 '''
 
-import string
+import asyncio
+import json
 import random
+import string
+
 import websockets
-import json
-import asyncio
+
 
 def random_hash():
     letters = string.ascii_lowercase + string.digits