summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/pipework/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-30 15:19:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commitf52f6e99dbf1131886a80112b8c79dfc414afb7c (patch)
tree05cb7d64b2395922f2f24683da49f472075be12c /var/spack/repos/builtin/packages/pipework/package.py
parent549ba1ed32372c67fc57271cde3797d58b7dec6e (diff)
downloadspack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.gz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.bz2
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.xz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.zip
black: reformat entire repository with black
Diffstat (limited to 'var/spack/repos/builtin/packages/pipework/package.py')
-rw-r--r--var/spack/repos/builtin/packages/pipework/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/pipework/package.py b/var/spack/repos/builtin/packages/pipework/package.py
index ec90ed301d..c31320a2fa 100644
--- a/var/spack/repos/builtin/packages/pipework/package.py
+++ b/var/spack/repos/builtin/packages/pipework/package.py
@@ -13,9 +13,9 @@ class Pipework(Package):
"""
homepage = "https://github.com/jpetazzo/pipework"
- git = "https://github.com/jpetazzo/pipework.git"
+ git = "https://github.com/jpetazzo/pipework.git"
- version('master', branch='master')
+ version("master", branch="master")
def install(self, spec, prefix):
- install_tree('.', prefix)
+ install_tree(".", prefix)