Skip to content

Commit c62616a

Browse files
author
d.kovalenko
committed
Black is configured
1 parent 8888fa6 commit c62616a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# //////////////////////////////////////////////////////////////////////////////
22
# Postgres Pro. PostgreSQL Configuration Python Library.
33

4+
# fmt: off
45
from .implementation.v00.configuration_std import PostgresConfiguration_Std as PostgresConfiguration
56

67
from .implementation.v00.configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
78

89
from .implementation.v00.configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10+
# fmt: on
911

1012
# //////////////////////////////////////////////////////////////////////////////
1113

0 commit comments

Comments
 (0)