Avoid deprecated import for OrderedDict
				
					
				
			This commit is contained in:
		
							parent
							
								
									00e2a9fcb2
								
							
						
					
					
						commit
						7db49d80f0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
################################################################################
 | 
			
		||||
#
 | 
			
		||||
#  Rattail -- Retail Software Framework
 | 
			
		||||
#  Copyright © 2010-2022 Lance Edgar
 | 
			
		||||
#  Copyright © 2010-2023 Lance Edgar
 | 
			
		||||
#
 | 
			
		||||
#  This file is part of Rattail.
 | 
			
		||||
#
 | 
			
		||||
| 
						 | 
				
			
			@ -26,12 +26,12 @@ Wave -> Rattail ("wave cache") data import
 | 
			
		|||
 | 
			
		||||
import datetime
 | 
			
		||||
import decimal
 | 
			
		||||
from collections import OrderedDict
 | 
			
		||||
 | 
			
		||||
from gql import Client, gql
 | 
			
		||||
from gql.transport.requests import RequestsHTTPTransport
 | 
			
		||||
 | 
			
		||||
from rattail import importing
 | 
			
		||||
from rattail.util import OrderedDict
 | 
			
		||||
from rattail_wave import importing as rattail_wave_importing
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue