diff options
| author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-09-02 23:59:48 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-09-02 23:59:48 -0700 |
| commit | c39367ac7e163395ae726bd169926004d4d99d67 (patch) | |
| tree | c551f15f3c6475638239b7ccf1d6992f375e9a57 /kennel/kennelcats.py | |
| parent | 9f5e81327be33489d9bb912de503cd01d6ba7dca (diff) | |
| download | kennel.hatecomputers.club-c39367ac7e163395ae726bd169926004d4d99d67.tar.gz kennel.hatecomputers.club-c39367ac7e163395ae726bd169926004d4d99d67.zip | |
fix CI
Diffstat (limited to 'kennel/kennelcats.py')
| -rw-r--r-- | kennel/kennelcats.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kennel/kennelcats.py b/kennel/kennelcats.py index 340b07e..970e44f 100644 --- a/kennel/kennelcats.py +++ b/kennel/kennelcats.py @@ -1,5 +1,6 @@ from datetime import datetime from typing import List + import requests |
