Skip to content

Commit

Permalink
remove linter
Browse files Browse the repository at this point in the history
  • Loading branch information
filiparag committed Dec 2, 2021
1 parent 881aa38 commit dd333fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 52 deletions.
2 changes: 1 addition & 1 deletion mep3_simulation/launch/robot_launch.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import os
import pathlib
import launch

from ament_index_python.packages import get_package_share_directory
from launch_ros.actions import Node
from webots_ros2_core.webots_launcher import WebotsLauncher

import launch
from launch.actions import IncludeLaunchDescription
from launch.launch_description_sources import PythonLaunchDescriptionSource
from launch.substitutions import LaunchConfiguration
Expand Down
2 changes: 1 addition & 1 deletion mep3_simulation/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from glob import glob
import os
from glob import glob

from setuptools import setup

Expand Down
27 changes: 0 additions & 27 deletions mep3_simulation/test/test_flake8.py

This file was deleted.

23 changes: 0 additions & 23 deletions mep3_simulation/test/test_pep257.py

This file was deleted.

0 comments on commit dd333fe

Please sign in to comment.