Skip to content

Commit

Permalink
rerun black
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jul 28, 2022
1 parent f05b3b4 commit 44f58ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spacepackets/ccsds/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ def _calculate_date_time(self):
seconds=self._unix_seconds
)
else:
self._date_time = datetime.datetime.utcfromtimestamp(
self._unix_seconds
)
self._date_time = datetime.datetime.utcfromtimestamp(self._unix_seconds)

@property
def pfield(self) -> bytes:
Expand Down

0 comments on commit 44f58ef

Please sign in to comment.