Skip to content

Commit

Permalink
Update elpy.el
Browse files Browse the repository at this point in the history
  • Loading branch information
etermory authored Nov 16, 2021
1 parent 8d0de31 commit 2718cd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion elpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,12 @@ virtualenv.

(defvar elpy-config--get-config "import json
import sys
from distutils.version import LooseVersion
import warnings
warnings.filterwarnings('ignore', category=FutureWarning)
warnings.filterwarnings('ignore', category=DeprecationWarning)
from distutils.version import LooseVersion
try:
import urllib2 as urllib
Expand Down

0 comments on commit 2718cd5

Please sign in to comment.