From 6e694c04473141f44ac85c33031065a423f154cf Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Fri, 15 Oct 2021 18:18:50 +0300 Subject: [PATCH] run pyupgrade --- __init__.py | 1 - bulkreading.py | 2 -- note_type.py | 2 -- reading.py | 2 -- 4 files changed, 7 deletions(-) diff --git a/__init__.py b/__init__.py index ca42741..6150165 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright: Ankitects Pty Ltd and contributors # License: GNU GPL, version 3 or later; http://www.gnu.org/copyleft/gpl.html diff --git a/bulkreading.py b/bulkreading.py index b0cd737..5e25462 100644 --- a/bulkreading.py +++ b/bulkreading.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Japanese support add-on for Anki 2.1 # Copyright (C) 2021 Ren Tatsumoto. # diff --git a/note_type.py b/note_type.py index da3e92b..aa221e3 100644 --- a/note_type.py +++ b/note_type.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Japanese support add-on for Anki 2.1 # Copyright (C) 2021 Ren Tatsumoto. # diff --git a/reading.py b/reading.py index 439445d..828c881 100644 --- a/reading.py +++ b/reading.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Japanese support add-on for Anki 2.1 # Copyright (C) 2021 Ren Tatsumoto. #