Skip to content

Commit

Permalink
Merge pull request #174 from open-dynamic-robot-initiative/fkloss/black
Browse files Browse the repository at this point in the history
Reformat Python code
  • Loading branch information
luator authored May 8, 2024
2 parents 1b4db18 + c6b2e2e commit 01e3067
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions robot_fingers/curses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tools for creating simple curses interfaces."""

import curses


Expand Down
1 change: 1 addition & 0 deletions robot_fingers/robot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Classes and functions to easily set up robot demo scripts."""

import json
import os
import pathlib
Expand Down
1 change: 1 addition & 0 deletions robot_fingers/ros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""ROS-related classes/functions."""

import rclpy
import rclpy.node
import rclpy.qos
Expand Down
1 change: 1 addition & 0 deletions robot_fingers/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility classes/functions for the robot_fingers package."""

import time
import typing as t

Expand Down

0 comments on commit 01e3067

Please sign in to comment.