File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ tests/*
11
11
! tests /main.py
12
12
! tests /conf.py.template
13
13
! /codeforces_api
14
+ /codeforces_api /
14
15
! /.github
Original file line number Diff line number Diff line change @@ -370,13 +370,13 @@ def __init__(
370
370
old_rating ,
371
371
new_rating ,
372
372
):
373
- self .contest_id = ( contest_id ,)
374
- self .contest_name = ( contest_name ,)
375
- self .handle = ( handle ,)
376
- self .rank = ( rank ,)
377
- self .rating_update_time_seconds = ( rating_update_time_seconds ,)
378
- self .old_rating = ( old_rating ,)
379
- self .new_rating = ( new_rating ,)
373
+ self .contest_id = contest_id
374
+ self .contest_name = contest_name
375
+ self .handle = handle
376
+ self .rank = rank
377
+ self .rating_update_time_seconds = rating_update_time_seconds
378
+ self .old_rating = old_rating
379
+ self .new_rating = new_rating
380
380
381
381
def to_dict (self ):
382
382
return {
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0 "
1
+ __version__ = "2.0.1 "
You can’t perform that action at this time.
0 commit comments