🎨 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

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
快捷导入 快捷导入
======== ========

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
协议适配基类 协议适配基类
============ ============

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
CQHTTP (OneBot) v11 协议适配 CQHTTP (OneBot) v11 协议适配
============================ ============================

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
配置 配置
==== ====

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
后端驱动适配基类 后端驱动适配基类
=============== ===============

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
FastAPI 驱动适配 FastAPI 驱动适配
================ ================

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
异常 异常
==== ====

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
日志 日志
==== ====

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
事件响应器 事件响应器
========== ==========

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

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
权限 权限
==== ====

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
插件 插件
==== ====

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

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
规则 规则
==== ====

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
计划任务 计划任务
======== ========

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" """
类型 类型
==== ====

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

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import os import os
import sys import sys

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

View File

@ -1,4 +1 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from . import test_command from . import test_command

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_command from nonebot.plugin import on_command

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