🎨 remove shebang line #31

This commit is contained in:
yanyongyu
2020-10-20 22:24:36 +08:00
parent 308824d0b1
commit 24141b1a4b
22 changed files with 0 additions and 52 deletions
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
快捷导入 快捷导入
======== ========
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
协议适配基类 协议适配基类
============ ============
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
CQHTTP (OneBot) v11 协议适配 CQHTTP (OneBot) v11 协议适配
============================ ============================
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
配置 配置
==== ====
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
后端驱动适配基类 后端驱动适配基类
=============== ===============
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
FastAPI 驱动适配 FastAPI 驱动适配
================ ================
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
异常 异常
==== ====
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
日志 日志
==== ====
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
事件响应器 事件响应器
========== ==========
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import asyncio import asyncio
from datetime import datetime from datetime import datetime
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
权限 权限
==== ====
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
插件 插件
==== ====
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import re import re
from typing import overload from typing import overload
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
规则 规则
==== ====
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
计划任务 计划任务
======== ========
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
类型 类型
==== ====
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import re import re
import json import json
import asyncio import asyncio
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import os import os
import sys import sys
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from nonebot.typing import Bot, Event from nonebot.typing import Bot, Event
from nonebot.plugin import on_metaevent from nonebot.plugin import on_metaevent
@@ -1,4 +1 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from . import test_command from . import test_command
@@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from nonebot.rule import to_me from nonebot.rule import to_me
from nonebot.typing import Event from nonebot.typing import Event
from nonebot.plugin import on_command from nonebot.plugin import on_command
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from nonebot.rule import to_me from nonebot.rule import to_me
from nonebot.typing import Event from nonebot.typing import Event
from nonebot.plugin import on_startswith from nonebot.plugin import on_startswith