Skip to content

Commit

Permalink
import mongodownloader from utilix (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuema137 authored Oct 14, 2024
1 parent c22cb49 commit 6507ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xedocs/schemas/corrections/base_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def fmt(self):

@property
def local_file(self):
import straxen
downloader = straxen.MongoDownloader()
import utilix
downloader = utilix.mongo_storage.MongoDownloader()
return downloader.download_single(self.value)

@property
Expand Down

0 comments on commit 6507ad5

Please sign in to comment.