Skip to content

Commit

Permalink
Remove unneeded exception class
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimPwnz committed Jun 30, 2023
1 parent 0627649 commit 2bb592c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/github_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

from aiopath import AsyncPath

class NotFoundException(Exception):
pass

class GitHubDownloader:
def __init__(self, client, output_path, proxy):
Expand Down

0 comments on commit 2bb592c

Please sign in to comment.