Skip to content

Commit

Permalink
Get rid of post-3.6 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwatts committed Mar 19, 2022
1 parent 7abbcfb commit 5fb7885
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/servicex_did_finder_lib/util_uri.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
from dataclasses import dataclass
from typing import Dict, List
import urllib


@dataclass
class ParsedDIDInfo:
def __init__(self, did: str, get_mode: str, file_count: int):
self.did = did
self.get_mode = get_mode
self.file_count = file_count

# The did to pass into the library
did: str

Expand Down

0 comments on commit 5fb7885

Please sign in to comment.