Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
setup.py: missing import json
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 21, 2020
1 parent 3dddd94 commit a4ae399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

Fixed:

* missing `import json` from setup.py

# [0.1.0] - 2020-08-21

Changed:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import codecs
import json

from setuptools import setup, find_packages

Expand Down

0 comments on commit a4ae399

Please sign in to comment.