Skip to content

Commit

Permalink
refactor: Separate third-party imports from built-in
Browse files Browse the repository at this point in the history
Co-authored-by: Ned Batchelder <[email protected]>
  • Loading branch information
MimmyJau and nedbat authored Jul 18, 2023
1 parent 9b46aff commit cfae02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions barcalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
import datetime
import itertools
import re
import requests
import time
import yaml

import requests
import yaml

def css_to_rgb(hex):
assert hex[0] == "#"
Expand Down

0 comments on commit cfae02f

Please sign in to comment.