Skip to content

Commit 22919ea

Browse files
committed
Import fixes
1 parent 5728cb2 commit 22919ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ repos:
2020
rev: 5.13.2
2121
hooks:
2222
- id: isort
23-
args: ['reportportal_client', 'tests']
2423
- repo: https://github.com/psf/black
2524
rev: 24.10.0
2625
hooks:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44

5-
from setuptools import setup, find_packages
5+
from setuptools import find_packages, setup
66

77
__version__ = '5.6.0'
88

0 commit comments

Comments
 (0)