Skip to content

Commit 4afae40

Browse files
committed
Fix import order
Signed-off-by: Samuel Lindgren <[email protected]>
1 parent 69a7a28 commit 4afae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosidl_generator_py/rosidl_generator_py/generate_py_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from ast import literal_eval
1516
import keyword
1617
import os
1718
import pathlib
1819
import sys
19-
from ast import literal_eval
2020

2121
from rosidl_cmake import convert_camel_case_to_lower_case_underscore
2222
from rosidl_cmake import expand_template

0 commit comments

Comments
 (0)