mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Sort import
ruff check --fix --select I
This commit is contained in:
		
							parent
							
								
									b19b8050db
								
							
						
					
					
						commit
						7a98650ed3
					
				
					 68 changed files with 342 additions and 291 deletions
				
			
		| 
						 | 
				
			
			@ -3,21 +3,22 @@
 | 
			
		|||
import copy
 | 
			
		||||
import datetime
 | 
			
		||||
import glob
 | 
			
		||||
import os
 | 
			
		||||
import unittest
 | 
			
		||||
from pathlib import Path
 | 
			
		||||
import yaml
 | 
			
		||||
import zipfile
 | 
			
		||||
from unittest.mock import patch
 | 
			
		||||
import requests
 | 
			
		||||
import tempfile
 | 
			
		||||
import json
 | 
			
		||||
import os
 | 
			
		||||
import shutil
 | 
			
		||||
import tempfile
 | 
			
		||||
import unittest
 | 
			
		||||
import zipfile
 | 
			
		||||
from pathlib import Path
 | 
			
		||||
from unittest.mock import patch
 | 
			
		||||
 | 
			
		||||
import requests
 | 
			
		||||
import yaml
 | 
			
		||||
 | 
			
		||||
import fdroidserver
 | 
			
		||||
from fdroidserver import common, index, publish, signindex, update
 | 
			
		||||
from .shared_test_code import GP_FINGERPRINT, TmpCwd, mkdtemp
 | 
			
		||||
 | 
			
		||||
from .shared_test_code import GP_FINGERPRINT, TmpCwd, mkdtemp
 | 
			
		||||
 | 
			
		||||
basedir = Path(__file__).parent
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue