From e9816d44927b1d771796220607edce0357d5df03 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sat, 5 Apr 2025 16:01:28 +0200 Subject: [PATCH] removed unused imports --- pull_requests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pull_requests.py b/pull_requests.py index df61d7c..5e0ae34 100644 --- a/pull_requests.py +++ b/pull_requests.py @@ -1,6 +1,5 @@ from collections import defaultdict import argparse, os, subprocess, docker -from typing import Any, Callable from github.Commit import Commit from github.ContentFile import ContentFile from github.PullRequest import PullRequest