Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mevljas committed Nov 9, 2024
1 parent 45fc8a4 commit f261fb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions common/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""Module that contains global static constants."""

# User agent for the requests.
USER_AGENT = "bot-bot"

# Resource types that will be blocked.
excluded_resource_types = ["image", "font", "media"]
6 changes: 0 additions & 6 deletions common/globals.py

This file was deleted.

2 changes: 0 additions & 2 deletions services/discord_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"""

import logging
import sys

import discord
from discord.ext import tasks

Expand Down

0 comments on commit f261fb4

Please sign in to comment.