Skip to content

Commit 595b2fe

Browse files
committed
fix: resolve Jazzy flake8 import order (I100) and quote style (Q000)
1 parent c6b56e8 commit 595b2fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

graph_based_slam/test/test_autoware_map_preflight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
import importlib.util
3535
import json
36+
from pathlib import Path
3637
import subprocess
3738
import sys
38-
from pathlib import Path
3939

4040
import yaml
4141

graph_based_slam/test/test_docs_entrypoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def test_release_metadata_and_core_package_versions_match():
248248
assert 'actions/configure-pages@v5' in docs_site_workflow
249249
assert 'actions/upload-pages-artifact@v4' in docs_site_workflow
250250
assert 'actions/deploy-pages@v4' in docs_site_workflow
251-
assert "python3 -m mkdocs build --strict" in docs_site_workflow
251+
assert 'python3 -m mkdocs build --strict' in docs_site_workflow
252252
assert 'README.md' in docs_site_workflow
253253

254254
package_paths = [

0 commit comments

Comments
 (0)