Skip to content

Commit

Permalink
remove type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jul 3, 2021
1 parent da8970f commit 2758196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origami.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def resize_panes(self, orientation, mode):
view.sel().clear()
view.sel().add(sublime.Region(0, view.size()))

def _on_resize_panes_get_layout(self, orientation, cells, relevant_index, orig_data, text) -> sublime.Layout:
def _on_resize_panes_get_layout(self, orientation, cells, relevant_index, orig_data, text):
rows, cols, _ = self.get_layout()

input_data = [float(x) for x in text.split(",")]
Expand Down

0 comments on commit 2758196

Please sign in to comment.