Skip to content

Commit

Permalink
Removed useless import and updated version of flake8 in order to solv…
Browse files Browse the repository at this point in the history
…e an issue during the tests workflow.
  • Loading branch information
cedricbonhomme committed Jan 20, 2024
1 parent e6b088c commit 932d6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -28,6 +28,6 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pypa/pip-audit
rev: v2.6.1
rev: v2.6.2
hooks:
- id: pip-audit
2 changes: 0 additions & 2 deletions mosp/api/v2/object.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#! /usr/bin/env python
import logging
from typing import Any
from typing import Dict
from typing import List

import sqlalchemy.exc
Expand Down

0 comments on commit 932d6e2

Please sign in to comment.