Sort the imports

This commit is contained in:
oobabooga 2023-03-07 00:23:36 -03:00 committed by GitHub
parent b4bfd87319
commit 827ae51f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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