Skip to content

Commit 95cd3e5

Browse files
committed
Add missing import
1 parent 04f20cc commit 95cd3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/plugins/yapf_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import logging
55
import os
66

7-
from yapf.yapflib import file_resources
7+
from yapf.yapflib import file_resources, style
88
from yapf.yapflib.yapf_api import FormatCode
99

1010
from pylsp import hookimpl

0 commit comments

Comments
 (0)