Vsevolod Glazov

Results 1 issues of Vsevolod Glazov

``` /usr/local/lib/python3.6/dist-packages/isoweek.py in __add__(self, other) 162 if isinstance(other, timedelta): 163 other = other.days // 7 --> 164 return self.__class__.fromordinal(self.toordinal() + other) 165 166 def __sub__(self, other): /usr/local/lib/python3.6/dist-packages/isoweek.py in toordinal(self) 135...