flake8 again
This commit is contained in:
		
							parent
							
								
									37a9b37499
								
							
						
					
					
						commit
						0fddbf9f9b
					
				
					 5 changed files with 8 additions and 11 deletions
				
			
		|  | @ -1,5 +1,3 @@ | |||
| from importlib import import_module | ||||
| 
 | ||||
| from django.apps import AppConfig as BaseAppConfig | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,3 @@ | |||
| from django.conf import settings | ||||
| from functools import wraps | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -217,14 +217,14 @@ MAP = { | |||
|         'domainComponent': UCL_DIR_PILOT+'25', | ||||
|         'labeledURI': UMICH+'57', | ||||
|         'uid': UCL_DIR_PILOT+'1', | ||||
|         'schacMotherTongue':SCHAC+'1', | ||||
|         'schacMotherTongue': SCHAC+'1', | ||||
|         'schacGender': SCHAC+'2', | ||||
|         'schacDateOfBirth':SCHAC+'3', | ||||
|         'schacDateOfBirth': SCHAC+'3', | ||||
|         'schacPlaceOfBirth': SCHAC+'4', | ||||
|         'schacCountryOfCitizenship':SCHAC+'5', | ||||
|         'schacCountryOfCitizenship': SCHAC+'5', | ||||
|         'schacSn1': SCHAC+'6', | ||||
|         'schacSn2': SCHAC+'7', | ||||
|         'schacPersonalTitle':SCHAC+'8', | ||||
|         'schacPersonalTitle': SCHAC+'8', | ||||
|         'schacHomeOrganization': SCHAC+'9', | ||||
|         'schacHomeOrganizationType': SCHAC+'10', | ||||
|         'schacCountryOfResidence': SCHAC+'11', | ||||
|  |  | |||
|  | @ -91,7 +91,7 @@ MAP = { | |||
|         EDUPERSON_OID+'3': 'eduPersonOrgDN', | ||||
|         NOREDUPERSON_OID+'3': 'norEduPersonBirthDate', | ||||
|     }, | ||||
|     "to":{ | ||||
|     "to": { | ||||
|         'roleOccupant': X500ATTR+'33', | ||||
|         'gn': X500ATTR+'42', | ||||
|         'norEduPersonNIN': NOREDUPERSON_OID+'5', | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Sachi King
						Sachi King