Skip to content

Commit 01f8567

Browse files
committed
Convert tab to 4 spaces
1 parent c37ab07 commit 01f8567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/schema_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ def create_hubmap_ids(normalized_class, json_data_dict, user_token, user_info_di
12541254

12551255
# Remove the "hubmap_base_id" key
12561256
for d in ids_list:
1257-
d.pop('hubmap_base_id')
1257+
d.pop('hubmap_base_id')
12581258

12591259
logger.debug("======create_hubmap_ids() generated ids from uuid-api======")
12601260
logger.debug(ids_list)

0 commit comments

Comments
 (0)