WIP: Overhaul for 4.0.0

This commit is contained in:
kku
2024-12-18 14:16:37 +01:00
parent 5e479ddc79
commit 95d04308bd
32 changed files with 718 additions and 688 deletions

View File

@@ -1,8 +1,7 @@
from typing import Callable
import pytest
from libbot._utils import supports_argument
from libbot.utils.misc import supports_argument
def func1(foo: str, bar: str):