Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgeym committed Jul 1, 2022
1 parent 51c0fd3 commit f56f417
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gitdumper_tool/dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
import dataclasses
import io
import re
import sys
import typing
from collections import namedtuple
from contextlib import asynccontextmanager
from pathlib import Path
from urllib.parse import unquote, urljoin
Expand Down Expand Up @@ -37,8 +35,6 @@
'(?P<sha1>' + SHA1_RE.pattern + ')|(?P<ref>' + REF_RE.pattern + ')'
)

TaskData = namedtuple('TaskData', 'git_url filename')


@dataclasses.dataclass
class GitDumper:
Expand Down

0 comments on commit f56f417

Please sign in to comment.