Skip to content

Commit 5a2c72d

Browse files
Balandatfacebook-github-bot
authored andcommitted
Use consistent py3 shebang formatting (#430)
Summary: Removing some spacing inconsistencies. Pull Request resolved: #430 Test Plan: Circle CI Reviewed By: sdaulton Differential Revision: D21249662 Pulled By: Balandat fbshipit-source-id: 318e86663f4691867eaa7feecbab9c8580be4649
1 parent a184939 commit 5a2c72d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+69
-69
lines changed

botorch/models/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/cost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/deterministic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/gp_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/gp_regression_fidelity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/gpytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/kernels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/model_list_gp_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

botorch/models/multitask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
#
44
# This source code is licensed under the MIT license found in the

0 commit comments

Comments
 (0)