Skip to content

Commit

Permalink
[SkyMarshal] Drop six dependency
Browse files Browse the repository at this point in the history
Topic: sm-no-six
Reviewers: brad,nathan,ryan-b,danny
GitOrigin-RevId: 2eda0ed7a5178e2050b68819ede63260b06122ff
  • Loading branch information
aaron-skydio committed Mar 9, 2024
1 parent 8fcda04 commit b503a1c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ six==1.16.0
# asttokens
# bleach
# python-dateutil
# skymarshal
file:./third_party/skymarshal
# via symforce (setup.py)
snowballstemmer==2.2.0
Expand Down
1 change: 0 additions & 1 deletion third_party/skymarshal/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ install_requires =
jinja2
numpy
ply
six

[options.packages.find]
include =
Expand Down
1 change: 0 additions & 1 deletion third_party/skymarshal/skymarshal/emit_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import os
import typing as T

import six
from skymarshal import syntax_tree
from skymarshal.emit_helpers import BaseBuilder, Code, EnumBuilder, StructBuilder, render
from skymarshal.language_plugin import SkymarshalLanguage
Expand Down
1 change: 0 additions & 1 deletion third_party/skymarshal/skymarshal/skymarshal.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import sys
import typing as T

import six
from skymarshal.language_plugin import SkymarshalLanguage # pylint: disable=unused-import
from skymarshal.package_map import parse_lcmtypes

Expand Down
1 change: 0 additions & 1 deletion third_party/skymarshal/skymarshal/syntax_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import typing as T

from numpy import int64
from six import iteritems # pylint: disable=redefined-builtin

INTEGER_TYPES = (
"int8_t",
Expand Down

0 comments on commit b503a1c

Please sign in to comment.