Skip to content

Commit

Permalink
Un-pin flake8 and resolve new violations
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jun 20, 2024
1 parent 66c7832 commit 741e31e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'python_requires': '>=3.6',
'extras_require': {
'test': [
'flake8 < 6',
'flake8',
'flake8-comprehensions',
'pytest',
],
Expand Down
6 changes: 3 additions & 3 deletions src/rosdep2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
from .lookup import RosdepLookup, ResolutionError, prune_catkin_packages
from .meta import MetaDatabase
from .rospkg_loader import DEFAULT_VIEW_KEY
from .sources_list import update_sources_list, get_sources_cache_dir,\
download_default_sources_list, SourcesListLoader, CACHE_INDEX,\
get_sources_list_dir, get_default_sources_list_file,\
from .sources_list import update_sources_list, get_sources_cache_dir, \
download_default_sources_list, SourcesListLoader, CACHE_INDEX, \
get_sources_list_dir, get_default_sources_list_file, \
DEFAULT_SOURCES_LIST_URL
from .rosdistrohelper import PreRep137Warning

Expand Down

0 comments on commit 741e31e

Please sign in to comment.