Fix import order causing errors

This commit is contained in:
Dan 2019-03-16 19:56:04 +01:00
parent 84fb959c8c
commit a329e56259

View File

@ -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