Skip to content

Commit

Permalink
Add today() as explicit import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Jan 14, 2025
1 parent b96bdad commit f0abaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DownstreamTester.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module DownstreamTester
using Pkg: Pkg
using TestReports: TestReports
using JSON: JSON
using Dates: Dates, Date
using Dates: Dates, Date, today
using GitHub: GitHub, labels, repo


Expand Down

0 comments on commit f0abaa0

Please sign in to comment.