Browse Source

Fixing the last of the spacing errors.

pull/133/head
Justin 6 years ago
committed by GitHub
parent
commit
42075a8c66
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      disco/types/user.py

2
disco/types/user.py

@ -92,7 +92,7 @@ class Secrets(SlottedModel):
class Timestamps(SlottedModel):
start = Field(int)
end = Field(int)
def start_time(self):
return datetime.utcfromtimestamp(self.start / 1000)

Loading…
Cancel
Save