mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-11-03 23:33:41 +00:00 
			
		
		
		
	drop unused ignore lines
This commit is contained in:
		@ -17,7 +17,7 @@
 | 
			
		||||
# You should have received a copy of the GNU General Public License
 | 
			
		||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
#
 | 
			
		||||
import aiohttp_jinja2  # type: ignore
 | 
			
		||||
import aiohttp_jinja2
 | 
			
		||||
 | 
			
		||||
from typing import Any, Dict
 | 
			
		||||
 | 
			
		||||
@ -41,7 +41,7 @@ class IndexView(BaseView):
 | 
			
		||||
        version - ahriman version, string, required
 | 
			
		||||
    '''
 | 
			
		||||
 | 
			
		||||
    @aiohttp_jinja2.template("build-status.jinja2")  # type: ignore
 | 
			
		||||
    @aiohttp_jinja2.template("build-status.jinja2")
 | 
			
		||||
    async def get(self) -> Dict[str, Any]:
 | 
			
		||||
        '''
 | 
			
		||||
        process get request. No parameters supported here
 | 
			
		||||
 | 
			
		||||
@ -17,7 +17,7 @@
 | 
			
		||||
# You should have received a copy of the GNU General Public License
 | 
			
		||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
#
 | 
			
		||||
import aiohttp_jinja2  # type: ignore
 | 
			
		||||
import aiohttp_jinja2
 | 
			
		||||
import jinja2
 | 
			
		||||
import logging
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user