Skip to content

Commit

Permalink
Lint corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jawatts committed Jul 16, 2019
1 parent a77e024 commit 183c2e1
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 181 deletions.
4 changes: 2 additions & 2 deletions wrapanapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
from .systems.scvmm import SCVMMSystem
from .systems.vcloud import VmwareCloudSystem
from .systems.virtualcenter import VMWareSystem
from .systems.container.rhopenshift import Openshift
from .systems.openshift import OpenshiftSystem

from .entities.vm import VmState

__all__ = [
'EC2System', 'GoogleCloudSystem', 'HawkularSystem',
'LenovoSystem', 'AzureSystem', 'NuageSystem', 'OpenstackSystem',
'OpenstackInfraSystem', 'RedfishSystem', 'RHEVMSystem', 'SCVMMSystem',
'VmwareCloudSystem', 'VMWareSystem', 'Openshift', 'VmState'
'VmwareCloudSystem', 'VMWareSystem', 'OpenshiftSystem', 'VmState'
]
4 changes: 2 additions & 2 deletions wrapanapi/systems/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
from .scvmm import SCVMMSystem
from .vcloud import VmwareCloudSystem
from .virtualcenter import VMWareSystem
from .openshift import Openshift
from .openshift import OpenshiftSystem

__all__ = [
'EC2System', 'GoogleCloudSystem', 'HawkularSystem', 'LenovoSystem',
'AzureSystem', 'NuageSystem', 'OpenShift', 'OpenstackSystem', 'OpenstackInfraSystem',
'AzureSystem', 'NuageSystem', 'OpenshiftSystem', 'OpenstackSystem', 'OpenstackInfraSystem',
'RedfishSystem', 'RHEVMSystem', 'SCVMMSystem', 'VmwareCloudSystem', 'VMWareSystem'
]
Loading

0 comments on commit 183c2e1

Please sign in to comment.