make everything take link_dir as an optional arg since its derivable from link url

This commit is contained in:
Nick Sweeting 2019-03-27 18:24:30 -04:00
parent 9fc1e3c3e1
commit a214bd7c02
5 changed files with 65 additions and 59 deletions

View file

@ -1,11 +1,12 @@
import os
import re
import sys
import json
import time
import shutil
from json import JSONEncoder
from typing import List, Optional, Any
from typing import List, Optional, Any, Union
from inspect import signature, _empty
from functools import wraps
from hashlib import sha256