Skip to content

Commit

Permalink
Fix to allow qgis_process to function correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltoncj committed May 4, 2023
1 parent 3dc270e commit 665d118
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def classFactory(iface):
else:
# This is used when the plugin is loaded from the command line command qgis_process
from .earthsunmoonprocessing import EarthSunMoon
return EarthSunMoon(iface)
return EarthSunMoon()
4 changes: 0 additions & 4 deletions earthsunmoonprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
libraries_found = False

class EarthSunMoon(object):
solarInfoDialog = None
ephemInfoDialog = None
settingsDialog = None

def __init__(self):
self.provider = None

Expand Down

0 comments on commit 665d118

Please sign in to comment.