mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 06:45:39 +00:00
Fix import order causing errors
This commit is contained in:
@@ -16,5 +16,5 @@
|
|||||||
# You should have received a copy of the GNU Lesser General Public License
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from .error import UnknownError
|
|
||||||
from .exceptions import *
|
from .exceptions import *
|
||||||
|
from .error import UnknownError
|
||||||
|
Reference in New Issue
Block a user