Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Nov 25, 2023
1 parent 8a137f2 commit 32e7a8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions av/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


def main():

parser = argparse.ArgumentParser()
parser.add_argument("--codecs", action="store_true")
parser.add_argument("--version", action="store_true")
Expand All @@ -11,7 +10,6 @@ def main():
# ---

if args.version:

import av
import av._core

Expand Down
2 changes: 0 additions & 2 deletions av/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


def iter_data_dirs(check_writable=False):

try:
yield os.environ["PYAV_TESTDATA_DIR"]
except KeyError:
Expand Down Expand Up @@ -45,7 +44,6 @@ def iter_data_dirs(check_writable=False):


def cached_download(url, name):

"""Download the data at a URL, and cache it under the given name.
The file is stored under `pyav/test` with the given name in the directory
Expand Down

0 comments on commit 32e7a8d

Please sign in to comment.