Skip to content

Commit 9d701bc

Browse files
committed
Fix import order causing errors
1 parent 3e18945 commit 9d701bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/api/errors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from .error import UnknownError
2019
from .exceptions import *
20+
from .error import UnknownError

0 commit comments

Comments
 (0)