Skip to content

Commit

Permalink
Flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pim Schellart authored and Pim Schellart committed Jan 26, 2018
1 parent 0be19be commit d5444ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion python/lsst/daf/butler/butler.py
Expand Up @@ -24,7 +24,6 @@
from .core.config import Config
from .core.datastore import Datastore
from .core.registry import Registry
from .core.datasets import DatasetRef


class ButlerConfig(Config):
Expand Down
1 change: 1 addition & 0 deletions python/lsst/daf/butler/core/fileDescriptor.py
Expand Up @@ -21,6 +21,7 @@
# see <https://www.lsstcorp.org/LegalNotices/>.
#


class FileDescriptor(object):
"""Describes a particular file.
Expand Down
3 changes: 0 additions & 3 deletions python/lsst/daf/butler/core/quantum.py
Expand Up @@ -21,9 +21,6 @@
# see <https://www.lsstcorp.org/LegalNotices/>.
#

from .datasets import DatasetRef
from .run import Run


class Quantum(object):
"""A discrete unit of work that may depend on one or more Datasets and produces one or more `Dataset`s.
Expand Down

0 comments on commit d5444ae

Please sign in to comment.