Skip to content

Commit

Permalink
fixing UTC usage
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Nov 1, 2024
1 parent a149fae commit 5fdaca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewtils/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import marshmallow
import simplejson
from marshmallow import Schema, fields, post_load, pre_load
from marshmallow.utils import UTC
from marshmallow_polyfield import PolyField
from pytz import UTC

__all__ = [
"SystemSchema",
Expand Down

0 comments on commit 5fdaca3

Please sign in to comment.