vk/overlay-layer: drop unused imports

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28805>
This commit is contained in:
Eric Engestrom 2024-04-18 12:24:00 +02:00 committed by Marge Bot
parent acf1c7dc73
commit fc5fa08d89
1 changed files with 0 additions and 2 deletions

View File

@ -1,11 +1,9 @@
#!/usr/bin/env python3
import os
import socket
import sys
import select
from select import EPOLLIN, EPOLLPRI, EPOLLERR
import time
from collections import namedtuple
import argparse
TIMEOUT = 1.0 # seconds