mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 13:34:51 +00:00
Fix import order causing errors
This commit is contained in:
parent
3e18945f3c
commit
9d701bc226
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from .error import UnknownError
|
||||
from .exceptions import *
|
||||
from .error import UnknownError
|
||||
|
|
|
|||
Loading…
Reference in a new issue