Skip to content

Commit

Permalink
resolve F401
Browse files Browse the repository at this point in the history
  • Loading branch information
eya46 committed Jan 25, 2024
1 parent 28f4331 commit ef9626f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nonebot_plugin_enatfrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
HELPS
)
from .config import config, Config
from .exception import eNatFrpAPIException

api = API(config.natfrp_api, config.natfrp_token)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-enatfrp"
version = "0.1.3"
version = "0.1.4"
description = "SakuraFrp管理插件"
authors = ["eya46 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ef9626f

Please sign in to comment.