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 03ef789 commit 0fc15cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 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
12 changes: 0 additions & 12 deletions scripts/run_local_tests.sh

This file was deleted.

0 comments on commit 0fc15cf

Please sign in to comment.