Skip to content

Commit

Permalink
Revert "Add MC to init file"
Browse files Browse the repository at this point in the history
This reverts commit 493e117.
  • Loading branch information
cmdelrio committed Sep 26, 2023
1 parent 8190052 commit 8f87ec2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions parsons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
from parsons.alchemer.alchemer import SurveyGizmo, Alchemer
from parsons.quickbase.quickbase import Quickbase
from parsons.actblue.actblue import ActBlue
from parsons.mobilecommons.mobilecommons import MobileCommons

__all__ = [
'VAN',
Expand Down Expand Up @@ -103,8 +102,7 @@
'SurveyGizmo',
'Alchemer',
'Quickbase',
'ActBlue',
'MobileCommons'
'ActBlue'
]

# Define the default logging config for Parsons and its submodules. For now the
Expand Down

0 comments on commit 8f87ec2

Please sign in to comment.