mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fix flake8-docstrings D204 1 blank line required after class docstring
This commit is contained in:
parent
70fa47394e
commit
f98b39cdbb
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ FOLDER_STRUCTURE = {
|
|||
|
||||
class WorkingDirectory(object):
|
||||
"""Context manager for changing current working directory."""
|
||||
|
||||
def __init__(self, new, original=None):
|
||||
self.working_directory = new
|
||||
self.original_directory = os.getcwd() if original is None else original
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue