Skip to content

Commit

Permalink
Fix black formatting and add class imports on package level
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Lukac committed Nov 29, 2019
1 parent 39e9db1 commit adc2578
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pg2avro/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
from pg2avro.pg2avro import get_avro_schema, get_avro_row_dict
from pg2avro.pg2avro import (
get_avro_schema,
get_avro_row_dict,
Column,
ColumnMapping,
ColumnAdapter,
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="pg2avro",
version="0.1.1",
version="0.1.2",
license="MIT",
description="Utility generating avro files from postgres.",
long_description=README,
Expand Down

0 comments on commit adc2578

Please sign in to comment.