mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-03 18:20:36 +01: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:
parent
1eddcbe5c4
commit
4422177d26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue