瀏覽代碼

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