Skip to content

Commit

Permalink
style: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Oct 5, 2023
1 parent 0780470 commit e1417ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion risuclient/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@
import datetime
import gettext
import hashlib
import imp
import json
import logging
import os
import re
import tempfile

import imp

# Do not require everyone to use requests
try:
import requests
Expand Down

0 comments on commit e1417ba

Please sign in to comment.