Skip to content

Commit

Permalink
Merge pull request #29 from elliot-100/remove_asyncio_import
Browse files Browse the repository at this point in the history
Remove redundant asyncio import
  • Loading branch information
Olen authored Oct 5, 2022
2 parents aa7f8fd + 317ce5f commit 7441cf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ long-description-content-type = text/markdown; charset=UTF-8; variant=GFM

[options]
packages = spond
install_requires = asyncio; aiohttp
install_requires = aiohttp

[files]
packages = spond
1 change: 0 additions & 1 deletion spond/spond.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3

import asyncio
import aiohttp

from datetime import datetime, timedelta
Expand Down

0 comments on commit 7441cf2

Please sign in to comment.