Skip to content

Commit

Permalink
Style fix and polyscope in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
l00p3 committed Aug 12, 2024
1 parent e5d9ddc commit eeeac7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"natsort",
"numpy",
"tqdm",
"polyscope>=2.2.1",
"typer[all]>=0.6.0",
]

Expand Down
2 changes: 1 addition & 1 deletion src/lidar_visualizer/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
import os
import importlib
import os

# Button names
START_BUTTON = " START\n[SPACE]"
Expand Down

0 comments on commit eeeac7f

Please sign in to comment.