Skip to content

Commit

Permalink
chore: fixing some lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin M. Jablonka committed Dec 18, 2020
1 parent 24acd72 commit 949b6a1
Show file tree
Hide file tree
Showing 21 changed files with 575 additions and 509 deletions.
3 changes: 2 additions & 1 deletion oximachine_featurizer/__init__.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
"""Featurization tools for the oxiMachine"""
from ._version import get_versions

__version__ = get_versions()["version"]
del get_versions


from .featurize import FeatureCollector, GetFeatures, featurize
from .featurize import FeatureCollector, GetFeatures, featurize

0 comments on commit 949b6a1

Please sign in to comment.