Skip to content

Commit d9d70b2

Browse files
committed
avoid warnings from typing hints. refs #12
1 parent 28bb128 commit d9d70b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/sumolib/vehicletype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import json
2626
import re
2727
import random
28-
from typing import Union, Any
28+
from typing import Union, Any # noqa
2929

3030
import sumolib
3131

0 commit comments

Comments
 (0)