Skip to content

Commit

Permalink
Ignore warnings coming from yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gopar committed Dec 11, 2021
1 parent 0481f87 commit 1bf47f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,8 @@ import sys
import warnings
warnings.filterwarnings('ignore', category=FutureWarning)
warnings.filterwarnings('ignore', category=DeprecationWarning)
warnings.filterwarnings('ignore', category=PendingDeprecationWarning)
from distutils.version import LooseVersion
try:
Expand Down

0 comments on commit 1bf47f0

Please sign in to comment.