Skip to content

Commit 3834e63

Browse files
committed
Fix formatting
1 parent a1dedea commit 3834e63

File tree

2 files changed

+683
-43
lines changed

2 files changed

+683
-43
lines changed

notebooks/Atlas & Kai for Mongo Side-by-Side/Atlas & Kai for Mongo Side-by-Side.ipynb

Lines changed: 679 additions & 41 deletions
Large diffs are not rendered by default.

resources/package-samples.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
if __name__ == '__main__':
1111

1212
parser = argparse.ArgumentParser(
13-
description='package sample notebooks for use in the managed service portal',
13+
description='package sample notebooks for use in '
14+
'the managed service portal',
1415
)
1516

1617
parser.add_argument(
@@ -40,7 +41,8 @@
4041
)
4142
if not os.path.isfile(path):
4243
print(
43-
f'error: `.ipynb` file does not exist at {path}', file=sys.stderr,
44+
f'error: `.ipynb` file does not exist at {path}',
45+
file=sys.stderr,
4446
)
4547
sys.exit(1)
4648
files.append((path, f'{i + 1:02} - {os.path.basename(path)}.json'))

0 commit comments

Comments
 (0)