mirror of
				https://github.com/pytorch/pytorch.git
				synced 2025-11-04 16:04:58 +08:00 
			
		
		
		
	[BE][Easy][14/19] enforce style for empty lines in import segments in torch/_[a-c]*/ and torch/_[e-h]*/ and torch/_[j-z]*/ (#129765)
				
					
				
			See https://github.com/pytorch/pytorch/pull/129751#issue-2380881501. Most changes are auto-generated by linter. You can review these PRs via: ```bash git diff --ignore-all-space --ignore-blank-lines HEAD~1 ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/129765 Approved by: https://github.com/ezyang
This commit is contained in:
		
				
					committed by
					
						
						PyTorch MergeBot
					
				
			
			
				
	
			
			
			
						parent
						
							9e473fd868
						
					
				
				
					commit
					e7eeee473c
				
			@ -11,12 +11,11 @@ import sympy
 | 
			
		||||
 | 
			
		||||
import torch
 | 
			
		||||
from torch.utils._sympy.symbol import symbol_is_type, SymT
 | 
			
		||||
 | 
			
		||||
from torch.utils._sympy.value_ranges import ValueRanges
 | 
			
		||||
 | 
			
		||||
from .. import ir
 | 
			
		||||
from ..utils import IndentedBuffer, sympy_index_symbol_with_prefix, sympy_subs
 | 
			
		||||
from ..virtualized import ops, OpsValue, V
 | 
			
		||||
 | 
			
		||||
from .common import (
 | 
			
		||||
    CSEVariable,
 | 
			
		||||
    deduce_output_dtype_by_name,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user