Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 15, 2024
1 parent e3c98df commit b4e8baa
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 @@ -31,13 +31,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 b4e8baa

Please sign in to comment.