Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Sep 23, 2024
1 parent f6ff226 commit 8efc611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
import asyncio
from pathlib import Path
import sys
from pathlib import Path

import aiohttp
from loguru import logger
Expand Down
2 changes: 1 addition & 1 deletion examples/ai_horde_client/text/async_text_generate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
import asyncio
from pathlib import Path
import sys
from pathlib import Path

import aiofiles
import aiohttp
Expand Down

0 comments on commit 8efc611

Please sign in to comment.