Skip to content

Commit

Permalink
✨ add: nonebot-plugin-gotify
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Oct 19, 2024
1 parent d5ccd10 commit ef58663
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pydantic import BaseModel, field_validator
from pydantic import BaseModel


class Context(BaseModel):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from nonebot import get_plugin_config
from pydantic import BaseModel, field_validator
from pydantic import BaseModel

NOTICE = "notice"
MESSAGE = "message"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import asyncio
from asyncio import Future
from collections.abc import Coroutine
from typing import Any

import aiohttp
from magicoca import Chan
from nonebot import logger
from pydantic import BaseModel

from .config import plugin_config
Expand Down
Empty file.
Empty file.

0 comments on commit ef58663

Please sign in to comment.