Skip to content

Commit

Permalink
Liting with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Sep 6, 2024
1 parent 6ba8566 commit ac37575
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ def utest(ctx):


@task(utest, atest)
def test(ctx): # noqa: ARG001
def test(ctx):
pass
1 change: 1 addition & 0 deletions utest/test_keyword_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pytest
from DynamicTypesAnnotationsLibrary import DynamicTypesAnnotationsLibrary
from moc_library import MockLibrary

from robotlibcore import KeywordBuilder


Expand Down
1 change: 1 addition & 0 deletions utest/test_plugin_api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pytest
from helpers import my_plugin_test

from robotlibcore import Module, PluginError, PluginParser


Expand Down
1 change: 1 addition & 0 deletions utest/test_robotlibcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from DynamicLibrary import DynamicLibrary
from DynamicTypesAnnotationsLibrary import DynamicTypesAnnotationsLibrary
from HybridLibrary import HybridLibrary

from robotlibcore import HybridCore, NoKeywordFound


Expand Down

0 comments on commit ac37575

Please sign in to comment.