Skip to content

Commit

Permalink
refactor: tidy codes
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Nov 18, 2023
1 parent 96d1a65 commit 9cb17ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin/listener.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from .libs.pylnk import pylnk3
from typing import Optional, Set
import os
from typing import Optional, Set

import sublime
import sublime_plugin

from .libs.pylnk import pylnk3

PACKAGE_NAME = __package__.partition(".")[0]

Expand Down

0 comments on commit 9cb17ca

Please sign in to comment.