Skip to content

Commit c2e8b55

Browse files
committed
Remove unused f prefix in settings.py
1 parent f1df824 commit c2e8b55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docbot/settings.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
title_header = 'Title:'
88
api = 'https://api.github.com/repos/tarantool/'
99
doc_repo_urls = {
10-
f'tarantool/tarantool': f'{api}doc',
11-
f'tarantool/tarantool-ee': f'{api}enterprise_doc',
12-
f'tarantool/sdk': f'{api}enterprise_doc',
13-
f'tarantool/tdg': f'{api}tdg-doc',
14-
f'tarantool/tdg2': f'{api}tdg-doc',
10+
'tarantool/tarantool': f'{api}doc',
11+
'tarantool/tarantool-ee': f'{api}enterprise_doc',
12+
'tarantool/sdk': f'{api}enterprise_doc',
13+
'tarantool/tdg': f'{api}tdg-doc',
14+
'tarantool/tdg2': f'{api}tdg-doc',
1515
}
1616
LAST_EVENTS_SIZE = 30

0 commit comments

Comments
 (0)