Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Mar 10, 2024
1 parent b4dd2e8 commit e148398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair_tiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import math
from dataclasses import dataclass
from typing import Final, Optional, Union, cast, List
from typing import Final, List, Optional, Union, cast

import altair as alt
import mercantile as mt
Expand Down

0 comments on commit e148398

Please sign in to comment.