Skip to content

Commit

Permalink
clean up after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Aug 27, 2024
1 parent 2f6882d commit e5c3ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion stone/backends/swift_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
field_is_user_defined_map,
field_is_user_defined_list,
objc_datatype_value_type_tuples,
field_datatype_has_subtypes,
field_datatype_has_subtypes
)

from stone.ir import (
is_list_type,
Expand Down
2 changes: 0 additions & 2 deletions stone/cli.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"""
A command-line interface for StoneAPI.
"""

import importlib.util
import importlib.machinery
from __future__ import absolute_import, division, print_function, unicode_literals

import codecs
import io
Expand Down

0 comments on commit e5c3ba9

Please sign in to comment.