Skip to content

Commit

Permalink
zarn
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 7, 2024
1 parent 3bd06f8 commit 77a877a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_flake8.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from ament_flake8.main import main_with_errors
import pytest
from ament_flake8.main import main_with_errors


@pytest.mark.flake8
Expand Down
2 changes: 1 addition & 1 deletion test/test_pep257.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from ament_pep257.main import main
import pytest
from ament_pep257.main import main


@pytest.mark.linter
Expand Down

0 comments on commit 77a877a

Please sign in to comment.