Skip to content

Commit a0de75f

Browse files
committed
Puth blank line back to file
1 parent 26630dd commit a0de75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/generate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@ def main():
10281028
]
10291029
output_path = here.parent / 'cdp'
10301030
output_path.mkdir(exist_ok=True)
1031+
10311032
# Remove generated code
10321033
for subpath in output_path.iterdir():
10331034
if subpath.is_file() and subpath.name not in ('py.typed', 'util.py', 'connection.py', '__init__.py'):

0 commit comments

Comments
 (0)