Skip to content

Commit 104f88f

Browse files
committed
Fixes style
1 parent cf54dc1 commit 104f88f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pendulum/pendulum.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def copy(self):
486486
"""
487487
return self.instance(self._datetime)
488488

489-
### Getters/Setters
489+
# Getters/Setters
490490

491491
def hour_(self, hour):
492492
return self._setter(hour=hour)
@@ -586,8 +586,8 @@ def offset(self):
586586
@property
587587
def offset_hours(self):
588588
return (self.get_offset()
589-
/ SECONDS_PER_MINUTE
590-
/ MINUTES_PER_HOUR)
589+
/ SECONDS_PER_MINUTE
590+
/ MINUTES_PER_HOUR)
591591

592592
@property
593593
def local(self):

0 commit comments

Comments
 (0)