Skip to content

Commit 6c83a31

Browse files
committed
type annotation place fixed
1 parent b6d1140 commit 6c83a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/provenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@ def _finalize(self):
812812

813813

814814
def user_provenance(self, document):
815-
"adds the user provenance"
816815
# type: (ProvDocument) -> None
816+
"adds the user provenance"
817817
(username, fullname) = _whoami()
818818

819819
if not self.full_name:

0 commit comments

Comments
 (0)