mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
pylint old-style-class
This commit is contained in:
parent
c068ba07ab
commit
9ad44d0216
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import requests
|
|||
from bootstrapvz.common.bytes import Bytes
|
||||
|
||||
|
||||
class OracleStorageAPIClient:
|
||||
class OracleStorageAPIClient(object):
|
||||
def __init__(self, username, password, identity_domain, container):
|
||||
self.username = username
|
||||
self.password = password
|
||||
|
|
Loading…
Add table
Reference in a new issue