🔥 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,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