Skip to content

Commit

Permalink
chore: Run pyupgrade --py38-plus **/*.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 10, 2023
1 parent 16c209a commit 1a2733c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion leather/ticks/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

class Ticker:
"""
Base class for ticker implementations.
Expand Down
1 change: 0 additions & 1 deletion tests/test_ticks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from datetime import date, datetime
from decimal import Decimal

Expand Down

0 comments on commit 1a2733c

Please sign in to comment.