Skip to content
Snippets Groups Projects
Commit 568171b2 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

git2hg: fix a missplaced documentation comment

parent 6a15c8c7
No related branches found
No related tags found
1 merge request!149Stylistic issues
......@@ -135,5 +135,6 @@
]
'''struct to store result from find_incoming'''
class GitIncomingCommit:
'''struct to store result from find_incoming'''
......@@ -139,6 +140,4 @@
class GitIncomingCommit:
__slots__ = 'sha', 'phase'
def __init__(self, sha, phase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment