Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Aug 15, 2018
1 parent 489f100 commit b13da83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions salt/states/azurearm_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,10 @@

# Python libs
from __future__ import absolute_import
import json
import logging

# Salt libs
import salt.ext.six as six
import salt.utils
try:
from salt.ext.six.moves import range as six_range
except ImportError:
Expand Down

0 comments on commit b13da83

Please sign in to comment.