Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel committed Dec 22, 2023
1 parent 2f503ef commit 84f3dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylsp/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
import threading
from typing import List, Optional

import docstring_to_markdown
import jedi
import time
from functools import wraps
import docstring_to_markdown
import jedi

JEDI_VERSION = jedi.__version__

Expand Down

0 comments on commit 84f3dd6

Please sign in to comment.