Skip to content

Commit

Permalink
switch import order
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Sep 5, 2024
1 parent 1447047 commit 6cd880b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosidl_generator_cpp/rosidl_generator_cpp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from math import isnan
from ast import literal_eval
from math import isnan

from rosidl_parser.definition import AbstractGenericString
from rosidl_parser.definition import AbstractNestedType
Expand Down

0 comments on commit 6cd880b

Please sign in to comment.