Skip to content

Commit

Permalink
Merge pull request #1951 from jorgenschaefer/gopar/ignore-warning
Browse files Browse the repository at this point in the history
Ignore warnings coming from `yapf`
  • Loading branch information
gopar committed Dec 11, 2021
2 parents 0481f87 + 1bf47f0 commit 9e4382f
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 9e4382f

Please sign in to comment.