Skip to content

Commit

Permalink
minor typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Hörteborn committed Aug 21, 2024
1 parent cb7052e commit 88bdc06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
pull_request:
branches:
- 'main'
- 'main'

permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion a00_qpip/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import platform
import subprocess
import sys
from typing import List
from collections import defaultdict, namedtuple
from importlib import metadata

Expand Down
3 changes: 0 additions & 3 deletions tests/test_finding_req.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import os

import pytest
from pytest_qgis import qgis_iface

from PyQt5.QtCore import QSettings, QDate

from a00_qpip.plugin import Plugin

Expand Down

0 comments on commit 88bdc06

Please sign in to comment.