Skip to content

Commit

Permalink
💎 style: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
YounesOMK committed Dec 22, 2023
1 parent f47df32 commit 4d23d3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion metricheq/evaluation/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from abc import ABC, abstractmethod
from typing import Callable, List, Optional, Union

from pydantic import BaseModel
Expand Down
2 changes: 1 addition & 1 deletion tests/sonar/test_extractors.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from unittest.mock import Mock, patch
from unittest.mock import Mock

from metricheq.connectors.sonar import SonarConnector
from metricheq.extractors.sonar import SonarMeasuresExtractor, SonarMetricType
Expand Down

0 comments on commit 4d23d3c

Please sign in to comment.