Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-zaidali committed Oct 1, 2023
2 parents 7b3cee7 + c2be7a5 commit a880ba4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions timer/models.py
@@ -1,10 +1,9 @@
import asyncio
import functools
import logging
import time
from dataclasses import dataclass
from datetime import datetime, timezone
from typing import Any, Coroutine, Dict, List, Optional, TYPE_CHECKING
from typing import TYPE_CHECKING, Any, Coroutine, List, Optional

import discord
from discord.ui import Button, View
Expand Down

0 comments on commit a880ba4

Please sign in to comment.