Skip to content

Commit

Permalink
ci: Run precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Jan 29, 2024
1 parent 289845a commit 8e71e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
known_third_party = setuptools
known_third_party = imp,setuptools
3 changes: 2 additions & 1 deletion risuclient/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,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 8e71e2e

Please sign in to comment.