Skip to content

Commit 88bdc06

Browse files
author
Axel Hörteborn
committed
minor typing issues
1 parent cb7052e commit 88bdc06

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/test_plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
pull_request:
99
branches:
10-
- 'main'
10+
- 'main'
1111

1212
permissions:
1313
contents: read

a00_qpip/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import platform
33
import subprocess
44
import sys
5-
from typing import List
65
from collections import defaultdict, namedtuple
76
from importlib import metadata
87

tests/test_finding_req.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import os
22

33
import pytest
4-
from pytest_qgis import qgis_iface
5-
6-
from PyQt5.QtCore import QSettings, QDate
74

85
from a00_qpip.plugin import Plugin
96

0 commit comments

Comments
 (0)