Merge PR #43391 into master

* refs/pull/43391/head:
	mgr/volumes/fs/vol_spec.py: fix flake8 issues

Reviewed-by: Varsha Rao <rvarsha016@gmail.com>
This commit is contained in:
Patrick Donnelly 2021-10-05 20:15:18 -04:00
commit d5287440ba
No known key found for this signature in database
GPG Key ID: BE69BB7D36E459B4

View File

@ -1,5 +1,3 @@
import os
class VolSpec(object):
"""
specification of a "volume" -- base directory and various prefixes.