swiftyy-mage commited on
Commit
e1764bc
·
unverified ·
1 Parent(s): 7aa66f3

Formatting

Browse files
Files changed (1) hide show
  1. pytube/cli.py +3 -1
pytube/cli.py CHANGED
@@ -226,7 +226,9 @@ def _download(
226
  sys.stdout.write("\n")
227
 
228
 
229
- def unique_name(base: str, subtype: str, video_audio: str, target: str) -> str:
 
 
230
  """
231
  Given a base name, the file format, and the target directory, will generate
232
  a filename unique for that directory and file format.
 
226
  sys.stdout.write("\n")
227
 
228
 
229
+ def unique_name(
230
+ base: str, subtype: Optional[str], video_audio: str, target: str
231
+ ) -> str:
232
  """
233
  Given a base name, the file format, and the target directory, will generate
234
  a filename unique for that directory and file format.