Skip to content

Commit

Permalink
Remove Dates import; builtin nowadays
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Nov 21, 2024
1 parent 95a5a26 commit 6a3e9e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion julia/src/client/BmiClient.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module BmiClient

using Dates, TimeZones
using TimeZones
using OpenAPI
using OpenAPI.Clients

Expand Down
1 change: 0 additions & 1 deletion julia/src/server/BmiServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ module BmiServer

using HTTP
using URIs
using Dates
using TimeZones
using OpenAPI
using OpenAPI.Servers
Expand Down

0 comments on commit 6a3e9e1

Please sign in to comment.