mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	Update depth_limit.py
This commit is contained in:
		
							parent
							
								
									57a4394bf3
								
							
						
					
					
						commit
						98980b53f6
					
				| 
						 | 
					@ -31,6 +31,7 @@ except ImportError:
 | 
				
			||||||
    # backwards compatibility for v3.6
 | 
					    # backwards compatibility for v3.6
 | 
				
			||||||
    from typing import Pattern
 | 
					    from typing import Pattern
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import re
 | 
				
			||||||
from typing import Callable, Dict, List, Optional, Union
 | 
					from typing import Callable, Dict, List, Optional, Union
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from graphql import GraphQLError
 | 
					from graphql import GraphQLError
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user