diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-09-01 14:22:46 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-09-01 14:22:46 -0400 |
| commit | 9360e9b9304a6b9a50c5586a04ebf0a13859d5fe (patch) | |
| tree | 5769a7b576eaa1d435a93be89bb6f223f21a1262 | |
| parent | 3fe3399d909de6549a7ce64f4347b342933b2465 (diff) | |
fix code style
| -rw-r--r-- | lib/extensions/simulate.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/extensions/simulate.py b/lib/extensions/simulate.py index e23d391b..f962b206 100644 --- a/lib/extensions/simulate.py +++ b/lib/extensions/simulate.py @@ -1,5 +1,4 @@ from .base import InkstitchExtension -from ..i18n import _ from ..simulator import show_simulator from ..stitch_plan import patches_to_stitch_plan |
