This repository has been archived by the owner on May 18, 2023. It is now read-only.
forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
colcon test
LINT errors (autowarefoundation#34)
* Fix Q000 Double quotes found but single quotes preferred * Fix Q000 Double quotes found but single quotes preferred * Fix test_flake8 error of test_latency_viewer.py * Pass flake8 * Pass flake8 * Pass flake8 * Fix flake8 * Fix flake8 * Fixing flake8 * Pass flake8 * Pass flake8 * Fix flake8 * Pass flake8 * Pass flake8 We change many files because of API change(print -> print_) * Pass pep257 * Pass LINT * Add tilde_vis_test README * pre-commit fixes Co-authored-by: pre-commit <pre-commit@example.com>
- Loading branch information
1 parent
19c958b
commit 319a4b6
Showing
19 changed files
with
909 additions
and
593 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
"""Visualization tool for TILDE.""" | ||
from setuptools import setup | ||
|
||
package_name = 'tilde_vis' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.