Skip to content

Commit

Permalink
refactor: mv nstrpftime nstrfptime
Browse files Browse the repository at this point in the history
  • Loading branch information
litlighilit committed Jul 12, 2024
1 parent 519dc8c commit abdcc99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pylib/Lib/time_impl/strfptime.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import std/times
import ./types, ./converters, ./nstrpftime
import ./types, ./converters, ./nstrfptime

fetchDoc(docTable)
export fetchDoc, docTable
Expand Down

0 comments on commit abdcc99

Please sign in to comment.