Skip to content

Commit f96a653

Browse files
authored
ATLAS-4318 : Remove unnecessary imports from python script (#134)
1 parent ff0c65a commit f96a653

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

atlas-examples/sample-app/src/main/python/entity_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import logging
2222

2323
from apache_atlas.model.enums import EntityOperation
24-
from apache_atlas.model.instance import AtlasEntityWithExtInfo, EntityMutations, AtlasRelatedObjectId
24+
from apache_atlas.model.instance import AtlasEntityWithExtInfo, AtlasRelatedObjectId
2525
from apache_atlas.utils import type_coerce
2626

2727

distro/src/bin/atlas_admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
18-
import os
18+
1919
import sys
2020

2121
import atlas_config as mc

distro/src/bin/atlas_update_simple_auth_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
18-
import os
18+
1919
import sys
2020

2121
import atlas_config as mc

distro/src/bin/quick_start.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
18-
import os
18+
1919
import sys
2020

2121
import atlas_config as mc

distro/src/bin/quick_start_v1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
18-
import os
18+
1919
import sys
2020

2121
import atlas_config as mc

0 commit comments

Comments
 (0)