Skip to content

Commit 87fa186

Browse files
committed
fixed space in __str__
1 parent 46b5cb2 commit 87fa186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyensembl/transcript.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def name(self):
6767

6868
def __str__(self):
6969
return (
70-
"Transcript("
71-
" transcript_id=%s,"
70+
"Transcript(transcript_id=%s,"
7271
" name=%s,"
7372
" gene_id=%s,"
7473
" gene_name=%s,"

0 commit comments

Comments
 (0)