nficano commited on
Commit
3b3f92b
·
1 Parent(s): 773fb21

whitespace

Browse files
Files changed (1) hide show
  1. pytube/exceptions.py +1 -0
pytube/exceptions.py CHANGED
@@ -8,6 +8,7 @@ class ExtractorError(Exception):
8
  """Something specific to the js parser failed.
9
  """
10
 
 
11
  class PytubeError(Exception):
12
  """Something specific to the wrapper failed.
13
  """
 
8
  """Something specific to the js parser failed.
9
  """
10
 
11
+
12
  class PytubeError(Exception):
13
  """Something specific to the wrapper failed.
14
  """