Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Martin committed Aug 11, 2020
1 parent d9e64da commit 46e44ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ stat_pipeline -m
```

## Run Unit Tests
**NOTE:** These should run as acceptance tests in github
**NOTE:** These also run as acceptance tests against pull requests in github
```
python setup.py test
```

## Lint
**NOTE:** These should run as acceptance tests in github
**NOTE:** These run as acceptance tests against pull requests in github
```
python setup.py lint
```
Expand Down
4 changes: 0 additions & 4 deletions stat_dashboard_pipeline/pipeline/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ def __init__(self):
self.analytics = {}
super().__init__()

# def run(self):
# self.raw = self.ga_client.query()
# self.groom()

def groom_analytics(self):
"""
Make a JSON dump for Socrata
Expand Down

0 comments on commit 46e44ca

Please sign in to comment.