Skip to content

Commit 7f999a3

Browse files
committed
Fix double import
1 parent b4f652d commit 7f999a3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sonar/projects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from __future__ import annotations
2727

2828
import os
29-
from queue import Queue
3029
import re
3130
import json
3231
from datetime import datetime

sonar/qualityprofiles.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#
2020

2121
from __future__ import annotations
22-
from queue import Queue
2322
from typing import Union, Optional
2423
import json
2524
from datetime import datetime

0 commit comments

Comments
 (0)