Skip to content

Commit

Permalink
Revert "feat: add Nation Builder Connector (#837)"
Browse files Browse the repository at this point in the history
This reverts commit eb71f60.
  • Loading branch information
shaunagm authored Jun 26, 2023
1 parent 1e34c7f commit cd4703e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 807 deletions.
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ Indices and tables
hustle
mailchimp
mobilize_america
nation_builder
newmode
ngpvan
p2a
Expand Down
52 changes: 0 additions & 52 deletions docs/nation_builder.rst

This file was deleted.

3 changes: 1 addition & 2 deletions parsons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Provide shortcuts to importing Parsons submodules and set up logging
import importlib
import logging
import os
import logging

from parsons.etl.table import Table

Expand Down Expand Up @@ -63,7 +63,6 @@
("parsons.hustle.hustle", "Hustle"),
("parsons.mailchimp.mailchimp", "Mailchimp"),
("parsons.mobilize_america.ma", "MobilizeAmerica"),
("parsons.nation_builder.nation_builder", "NationBuilder"),
("parsons.newmode.newmode", "Newmode"),
("parsons.ngpvan.van", "VAN"),
("parsons.notifications.gmail", "Gmail"),
Expand Down
3 changes: 0 additions & 3 deletions parsons/nation_builder/__init__.py

This file was deleted.

221 changes: 0 additions & 221 deletions parsons/nation_builder/nation_builder.py

This file was deleted.

Empty file.
Loading

0 comments on commit cd4703e

Please sign in to comment.