Skip to content

Commit

Permalink
chore: clean up synth.py (#316)
Browse files Browse the repository at this point in the history
* run synthtool

* rerun synthtool
  • Loading branch information
xiaozhenliu-gg5 authored Apr 20, 2020
1 parent f3517bb commit 4ab7685
Show file tree
Hide file tree
Showing 8 changed files with 4,429 additions and 3,314 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-iot/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 Google LLC
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -19,8 +19,6 @@
import * as v1 from './v1';
const DeviceManagerClient = v1.DeviceManagerClient;
export {v1, DeviceManagerClient};
// For compatibility with JavaScript libraries we need to provide this default export:
// tslint:disable-next-line no-default-export
export default {v1, DeviceManagerClient};
import * as protos from '../protos/protos';
export {protos};
Loading

0 comments on commit 4ab7685

Please sign in to comment.