Skip to content

Commit

Permalink
[web] remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Aug 1, 2023
1 parent 8ac9ae8 commit e569453
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion web/blueprints/host/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from pycroft.lib.net import get_subnets_for_room, get_unused_ips
from pycroft.lib.facilities import get_room
from pycroft.model import session
from pycroft.model.facilities import Room
from pycroft.model.host import Host, Interface
from pycroft.model.user import User
from web.blueprints.access import BlueprintAccess
Expand Down
3 changes: 0 additions & 3 deletions web/blueprints/user/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@
:copyright: (c) 2012 by AG DSN.
"""
import operator
import re
import typing as t
from datetime import timedelta
from functools import partial
from itertools import chain
from typing import TypeVar, Callable, cast

from flask import (
Blueprint,
abort,
flash,
jsonify,
redirect,
render_template,
request,
Expand Down

0 comments on commit e569453

Please sign in to comment.