Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2024
1 parent 74018f0 commit 86e1b51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ def setup_export():


if __name__ == '__main__':
setup_export()
setup_export()
5 changes: 3 additions & 2 deletions setup_export_no_deploy.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import setuptools
import os

import setuptools


def req_file(filename, folder="requirements"):
with open(os.path.join(folder, filename), encoding='utf-8') as f:
Expand Down Expand Up @@ -47,4 +48,4 @@ def setup_export():


if __name__ == '__main__':
setup_export()
setup_export()

0 comments on commit 86e1b51

Please sign in to comment.