Skip to content

Commit

Permalink
deleteSchema() --> api.deleteSchema()
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 30, 2018
1 parent 2e23cf6 commit 495eac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/deviceDataTransformation/cleardevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# delete the application interface schemas
count = 0
for schemaId in schemaIds:
result = deleteSchema(schemaId)
result = api.deleteSchema(schemaId)
count += 1
print("Application interface schemas deleted:", count, schemaIds)

Expand Down

0 comments on commit 495eac0

Please sign in to comment.