Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed Mar 20, 2024
1 parent 4ff91d2 commit 9db1094
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Favourites.glyphsPlugin/Contents/Resources/plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pathlib import Path
from time import time
from __future__ import annotations

import objc

from AppKit import (
NSApplicationDidBecomeActiveNotification,
NSApplicationWillResignActiveNotification,
Expand All @@ -11,8 +12,9 @@
)
from GlyphsApp import Glyphs, WINDOW_MENU
from GlyphsApp.plugins import GeneralPlugin

from glyphsFavourites import FavouritesUI, libkey
from pathlib import Path
from time import time


DEBUG = False
Expand Down

0 comments on commit 9db1094

Please sign in to comment.