Skip to content

Commit

Permalink
ATLAS-4318 : Remove unnecessary imports from python script (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf2014 authored Jun 4, 2021
1 parent ff0c65a commit f96a653
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import logging

from apache_atlas.model.enums import EntityOperation
from apache_atlas.model.instance import AtlasEntityWithExtInfo, EntityMutations, AtlasRelatedObjectId
from apache_atlas.model.instance import AtlasEntityWithExtInfo, AtlasRelatedObjectId
from apache_atlas.utils import type_coerce


Expand Down
2 changes: 1 addition & 1 deletion distro/src/bin/atlas_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os

import sys

import atlas_config as mc
Expand Down
2 changes: 1 addition & 1 deletion distro/src/bin/atlas_update_simple_auth_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os

import sys

import atlas_config as mc
Expand Down
2 changes: 1 addition & 1 deletion distro/src/bin/quick_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os

import sys

import atlas_config as mc
Expand Down
2 changes: 1 addition & 1 deletion distro/src/bin/quick_start_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os

import sys

import atlas_config as mc
Expand Down

0 comments on commit f96a653

Please sign in to comment.