mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 06:32:55 +00:00 
			
		
		
		
	Remove unnecessary imports
This commit is contained in:
		@@ -5,7 +5,7 @@ from secrets import token_urlsafe
 | 
			
		||||
from pathlib import Path
 | 
			
		||||
from shutil import rmtree
 | 
			
		||||
from os.path import join
 | 
			
		||||
from os import chdir, mkdir, rename, walk, listdir
 | 
			
		||||
from os import mkdir, rename
 | 
			
		||||
from tempfile import TemporaryDirectory
 | 
			
		||||
 | 
			
		||||
import pytest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user