Skip to content

Commit

Permalink
Sort imports and run grunt modulify, see phetsims/chipper#1462
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 27, 2024
1 parent e31a586 commit 54350b7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ide/sublime-text/phet-plugin/phet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
#
# @author Jonathan Olson <[email protected]>

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
Expand Down

0 comments on commit 54350b7

Please sign in to comment.