Skip to content

Commit

Permalink
remove unused import, bump poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazabbas committed May 9, 2024
1 parent f17b665 commit 5cede6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "pyth-observer"
version = "0.2.0"
version = "0.2.1"
description = "Alerts and stuff"
authors = []
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion pyth_observer/event.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys
from typing import Dict, Literal, Protocol, TypedDict, cast

import aiohttp
Expand Down

0 comments on commit 5cede6c

Please sign in to comment.