mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Fixup lint errors
This commit is contained in:
parent
e148ea2d52
commit
788b672e3a
@ -286,12 +286,14 @@ except NameError:
|
||||
|
||||
|
||||
class PyobjectsModule(object):
|
||||
'''This projects a wrapper for bare imports.'''
|
||||
'''This provides a wrapper for bare imports.'''
|
||||
|
||||
def __init__(self, name, attrs):
|
||||
self.name = name
|
||||
self.__dict__ = attrs
|
||||
|
||||
def __repr__(self):
|
||||
return "<module '%s' (pyobjects)>" % self.name
|
||||
return "<module '{0!s}' (pyobjects)>".format(self.name)
|
||||
|
||||
|
||||
def load_states():
|
||||
|
Loading…
Reference in New Issue
Block a user