mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 18:54:38 +00:00
gen_gl_wrappers: remove unused imports
Fixes LGTM warnings:
* Import of 'cProfile' is not used.
* Import of 'pdb' is not used.
* Import of 'string' is not used.
* Import of 'time' is not used.
Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
This commit is contained in:
committed by
Alan Coopersmith
parent
1eddcbe5c4
commit
4422177d26
@@ -24,7 +24,7 @@
|
||||
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
# MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
||||
|
||||
import sys, time, pdb, string, cProfile
|
||||
import sys
|
||||
from reg import *
|
||||
|
||||
# Default input / log files
|
||||
|
||||
Reference in New Issue
Block a user