Skip to content

Commit

Permalink
Apply code style changes from linter upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed May 14, 2024
1 parent 999b47c commit 7eac929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kagi/management/commands/addbackupcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""

from django.contrib.auth import get_user_model
from django.core.management.base import BaseCommand, CommandError

Expand Down
1 change: 1 addition & 0 deletions testproj/testproj/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""

from django.contrib import admin
from django.urls import include, path, reverse_lazy
from django.views.generic import RedirectView
Expand Down

0 comments on commit 7eac929

Please sign in to comment.