Skip to content

Commit ac37575

Browse files
committed
Liting with ruff
1 parent 6ba8566 commit ac37575

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ def utest(ctx):
166166

167167

168168
@task(utest, atest)
169-
def test(ctx): # noqa: ARG001
169+
def test(ctx):
170170
pass

utest/test_keyword_builder.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import pytest
44
from DynamicTypesAnnotationsLibrary import DynamicTypesAnnotationsLibrary
55
from moc_library import MockLibrary
6+
67
from robotlibcore import KeywordBuilder
78

89

utest/test_plugin_api.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pytest
22
from helpers import my_plugin_test
3+
34
from robotlibcore import Module, PluginError, PluginParser
45

56

utest/test_robotlibcore.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from DynamicLibrary import DynamicLibrary
66
from DynamicTypesAnnotationsLibrary import DynamicTypesAnnotationsLibrary
77
from HybridLibrary import HybridLibrary
8+
89
from robotlibcore import HybridCore, NoKeywordFound
910

1011

0 commit comments

Comments
 (0)