From: Muhammad Rizki <[email protected]>
To: Ammar Faizi <[email protected]>
Cc: Muhammad Rizki <[email protected]>,
GNU/Weeb Mailing List <[email protected]>,
Alviro Iskandar Setiawan <[email protected]>
Subject: [PATCH v1 4/4] Remove unused codes in some files
Date: Thu, 11 Aug 2022 15:26:56 +0700 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
Just remove some unused codes.
Signed-off-by: Muhammad Rizki <[email protected]>
---
daemon/packages/plugins/commands/manage_atom.py | 2 +-
daemon/scraper/db.py | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/daemon/packages/plugins/commands/manage_atom.py b/daemon/packages/plugins/commands/manage_atom.py
index 3dcd616..bcb2f35 100644
--- a/daemon/packages/plugins/commands/manage_atom.py
+++ b/daemon/packages/plugins/commands/manage_atom.py
@@ -3,7 +3,7 @@
# Copyright (C) 2022 Muhammad Rizki <[email protected]>
#
-from pyrogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
+from pyrogram.types import Message
from pyrogram import filters
from packages import DaemonClient
from scraper import utils
diff --git a/daemon/scraper/db.py b/daemon/scraper/db.py
index 15b0f99..58601d1 100644
--- a/daemon/scraper/db.py
+++ b/daemon/scraper/db.py
@@ -5,7 +5,6 @@
#
from datetime import datetime
-from typing import Union
import mysql
--
Muhammad Rizki
next prev parent reply other threads:[~2022-08-11 8:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-11 8:26 [PATCH v1 0/4] Add admin configuration Muhammad Rizki
2022-08-11 8:26 ` [PATCH v1 1/4] Add config.py.example Muhammad Rizki
2022-08-11 8:26 ` [PATCH v1 2/4] Add config.py in .gitignore Muhammad Rizki
2022-08-11 8:26 ` [PATCH v1 3/4] Use created filter for admin-only Muhammad Rizki
2022-08-11 8:26 ` Muhammad Rizki [this message]
2022-08-11 22:29 ` [PATCH v1 0/4] Add admin configuration Ammar Faizi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox