Skip to content

Commit 34a0593

Browse files
committed
Fix issue calling ServiceProxy object before initialization
1 parent ff6cea1 commit 34a0593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TypeScript.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ def load_format_settings(self):
300300
self.tab_size = settings.get('tab_size', 4)
301301
self.indent_size = settings.get('indent_size', 4)
302302
self.translate_tab_to_spaces = settings.get('translate_tabs_to_spaces', False)
303-
self.set_features()
304303

305304
def is_st2(self):
306305
if not hasattr(self, '_is_st2'):

0 commit comments

Comments
 (0)