From 4553b9dc2870086c61fead13d9a8fd0674ce7b52 Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Sat, 11 Oct 2025 17:21:25 +0200 Subject: [PATCH] pep8 --- setup/git_commit_msg_hook.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/git_commit_msg_hook.py b/setup/git_commit_msg_hook.py index 04169204f4..a66ab8633c 100755 --- a/setup/git_commit_msg_hook.py +++ b/setup/git_commit_msg_hook.py @@ -8,8 +8,6 @@ import re import socket import subprocess import sys -import urllib.error -import urllib.parse import urllib.request from lxml import html