🔥 remove file header

This commit is contained in:
yanyongyu 2020-11-28 11:55:12 +08:00
parent 146134a1a7
commit 62b93c1ba7
3 changed files with 0 additions and 32 deletions

View File

@ -1,11 +1,3 @@
<!--
* @Author : yanyongyu
* @Date : 2020-11-22 01:19:19
* @LastEditors : yanyongyu
* @LastEditTime : 2020-11-22 02:51:14
* @Description : None
* @GitHub : https://github.com/yanyongyu
-->
<p align="center">
<a href="https://v2.nonebot.dev/"><img src="https://raw.githubusercontent.com/nonebot/nonebot2/master/docs/.vuepress/public/logo.png" width="200" height="200" alt="nonebot"></a>
</p>

View File

@ -1,15 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
@Author : yanyongyu
@Date : 2020-11-22 00:56:58
@LastEditors : yanyongyu
@LastEditTime : 2020-11-22 01:00:29
@Description : None
@GitHub : https://github.com/yanyongyu
"""
__author__ = "yanyongyu"
import importlib
import nonebot

View File

@ -1,15 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
@Author : yanyongyu
@Date : 2020-11-22 00:56:31
@LastEditors : yanyongyu
@LastEditTime : 2020-11-22 02:16:42
@Description : None
@GitHub : https://github.com/yanyongyu
"""
__author__ = "yanyongyu"
from pathlib import Path
from nonebot.drivers.fastapi import Driver