mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
White-space related lint fixes.
This commit is contained in:
parent
cc0393b1fb
commit
b69fbe4cbf
@ -11,8 +11,8 @@ from salt.transport import table
|
||||
|
||||
def test_table():
|
||||
|
||||
bob_pub = table.Public()
|
||||
print json.dumps(bob_pub.keydata, indent=2)
|
||||
bob_pub = table.Public()
|
||||
print json.dumps(bob_pub.keydata, indent=2)
|
||||
|
||||
#print bob_pub.backend
|
||||
#print bob_pub.sec_backend
|
||||
@ -30,8 +30,7 @@ def test_table():
|
||||
|
||||
signature = bob_pub.signature("What have we here.")
|
||||
print signature
|
||||
print signature == signed.signature
|
||||
|
||||
print signature == signed.signature
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user