dvershinin / lastversion

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
4 months ago2 years old
One-line docstring should fit on one line with quotes
175    @property
176    def epoch(self):
177        # type: () -> int
178        """179        An integer giving the version epoch of this Version instance
180        """
181        _epoch = self._version.epoch  # type: int