Removed unnecessary stuff

This commit is contained in:
Frisk 2020-08-08 02:21:20 +02:00
parent 748657e982
commit 95c7d8f22b
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -16,17 +16,12 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import logging, gettext, schedule, requests import logging, schedule, requests
from src.configloader import settings from src.configloader import settings
from src.discussion_formatters import embed_formatter, compact_formatter from src.discussion_formatters import embed_formatter, compact_formatter
from src.misc import datafile, messagequeue from src.misc import datafile, messagequeue
from src.session import session from src.session import session
from src.i18n import disc
# Initialize translation
_ = disc.gettext
# Create a custom logger # Create a custom logger