From 54350b729d669d0e8a6da4dc90bcb1c612f7f871 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 27 Nov 2024 12:09:48 -0700 Subject: [PATCH] Sort imports and run grunt modulify, see https://github.com/phetsims/chipper/issues/1462 --- ide/sublime-text/phet-plugin/phet.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ide/sublime-text/phet-plugin/phet.py b/ide/sublime-text/phet-plugin/phet.py index f89f7d5b..6f7c6a63 100644 --- a/ide/sublime-text/phet-plugin/phet.py +++ b/ide/sublime-text/phet-plugin/phet.py @@ -2,10 +2,17 @@ # # @author Jonathan Olson -import sublime, sublime_plugin, os, re, subprocess, webbrowser, json, threading - +import json +import os +import re +import subprocess +import threading +import webbrowser from functools import reduce +import sublime +import sublime_plugin + # Useful URLs: # https://www.sublimetext.com/docs/3/api_reference.html # http://www.sublimetext.com/docs/commands