Sort the imports

This commit is contained in:
oobabooga 2023-03-07 00:23:36 -03:00 committed by GitHub
parent b4bfd87319
commit 827ae51f72
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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 asyncio
import json
import random
import string
import websockets
def random_hash(): def random_hash():
letters = string.ascii_lowercase + string.digits letters = string.ascii_lowercase + string.digits