Skip to content

Commit

Permalink
fix: alphabetizing formats in results.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Sep 22, 2023
1 parent eb3656f commit 288f76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chasten/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import uuid
from datetime import datetime
from pathlib import Path
from typing import List, Union, Optional
from typing import List, Optional, Union

from pyastgrep import search as pyastgrepsearch # type: ignore
from pydantic import BaseModel
Expand Down

0 comments on commit 288f76f

Please sign in to comment.