Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai committed Oct 1, 2024
1 parent 9f9a7fd commit 7a4c377
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion server/models/reg_request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import annotations

import itertools
import re
from datetime import datetime
from typing import Any, List, Literal, Optional, overload

Expand Down
1 change: 0 additions & 1 deletion server/models/residents.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from ..config import DB_PAGINATION_QUERY
from ..database import Database
from ..utils import (
validate_name,
validate_room,
validate_username,
)
Expand Down
1 change: 0 additions & 1 deletion test_main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import itertools
import random
import string
from datetime import datetime, timezone
Expand Down

0 comments on commit 7a4c377

Please sign in to comment.