We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f652d commit 7f999a3Copy full SHA for 7f999a3
sonar/projects.py
@@ -26,7 +26,6 @@
26
from __future__ import annotations
27
28
import os
29
-from queue import Queue
30
import re
31
import json
32
from datetime import datetime
sonar/qualityprofiles.py
@@ -19,7 +19,6 @@
19
#
20
21
22
23
from typing import Union, Optional
24
25
0 commit comments