From 2bb592c36f08fed63f56654fbdd067fb9ef15384 Mon Sep 17 00:00:00 2001 From: Karim Rahal Date: Thu, 29 Jun 2023 20:08:54 -0700 Subject: [PATCH] Remove unneeded exception class --- scripts/github_downloader.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/github_downloader.py b/scripts/github_downloader.py index 2d7d484..10bef02 100644 --- a/scripts/github_downloader.py +++ b/scripts/github_downloader.py @@ -6,8 +6,6 @@ from aiopath import AsyncPath -class NotFoundException(Exception): - pass class GitHubDownloader: def __init__(self, client, output_path, proxy):