Skip to content

Commit

Permalink
Add abstract method place holder for DO driver
Browse files Browse the repository at this point in the history
Follows from #1882.

Signed-off-by: Luke Murphy <[email protected]>
  • Loading branch information
decentral1se authored and webknjaz committed Apr 10, 2019
1 parent b737a24 commit 4562d60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions molecule/driver/digitalocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ def _get_instance_config(self, instance_name):

return next(item for item in instance_config_dict
if item['instance'] == instance_name)

def sanity_checks(self):
# FIXME(decentral1se): Implement sanity checks
pass

0 comments on commit 4562d60

Please sign in to comment.