mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	PEP fix
This commit is contained in:
		@@ -22,7 +22,6 @@ import InvenTree.version
 | 
				
			|||||||
from common.models import InvenTreeSetting
 | 
					from common.models import InvenTreeSetting
 | 
				
			||||||
from .settings import MEDIA_URL, STATIC_URL
 | 
					from .settings import MEDIA_URL, STATIC_URL
 | 
				
			||||||
from common.settings import currency_code_default
 | 
					from common.settings import currency_code_default
 | 
				
			||||||
from plugin.models import PluginConfig
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
from djmoney.money import Money
 | 
					from djmoney.money import Money
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user