diff options
Diffstat (limited to 'bin/bootstrap.py')
-rwxr-xr-x | bin/bootstrap.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/bootstrap.py b/bin/bootstrap.py index 3f6e72c8..6f7dc9b0 100755 --- a/bin/bootstrap.py +++ b/bin/bootstrap.py @@ -415,8 +415,6 @@ def bootstrap() -> None: dirs.remove('test') if 'execution_api' in dirs: dirs.remove('execution_api') - if 'serve_api' in dirs: - dirs.remove('serve_api') if 'other_tools' in dirs: dirs.remove('other_tools') if 'archive' in dirs: |