Skip to content

Commit

Permalink
Import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 19, 2024
1 parent 5728cb2 commit 22919ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ repos:
rev: 5.13.2
hooks:
- id: isort
args: ['reportportal_client', 'tests']
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

from setuptools import setup, find_packages
from setuptools import find_packages, setup

__version__ = '5.6.0'

Expand Down

0 comments on commit 22919ea

Please sign in to comment.